Org LaTeX: Emoji files should be upcase'd not down

This commit is contained in:
TEC 2022-12-08 01:17:42 +08:00
parent f2c54cad83
commit 828e191631
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -11931,7 +11931,7 @@ and they will be renamed to the first capture group of the regexp."
(rename-file image
(expand-file-name
(file-name-with-extension
(downcase (match-string 1 (file-name-nondirectory image)))
(upcase (match-string 1 (file-name-nondirectory image)))
(file-name-extension image))
emoji-dir)
t))