From 607491a9d549ce6201b318f310c630cc4dcfae13 Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 8 Jan 2022 02:41:16 +0800 Subject: [PATCH] Org LaTeX: Tweak creator string generation --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 9ce6a12..dc2d9e9 100644 --- a/config.org +++ b/config.org @@ -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