Org LaTeX: Tweak creator string generation

This commit is contained in:
TEC 2022-01-08 02:41:16 +08:00
parent 827a7ab9e5
commit 607491a9d5
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -7477,7 +7477,7 @@ Since I (roughly) track Org ~HEAD~, it makes sense to include the git version in
the creator string.
#+begin_src emacs-lisp
(setq org-export-creator-string
(format "Emacs %s (Org mode %s %s)" emacs-version (org-release) (org-git-version)))
(format "Emacs %s (Org mode %s%s)" emacs-version (org-release) (org-git-version)))
#+end_src
**** Acronym formatting