[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org a7a579d06a 1/2: ox-latex: Allow markup objects insi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org a7a579d06a 1/2: ox-latex: Allow markup objects inside %D spec |
Date: |
Thu, 20 Oct 2022 00:58:12 -0400 (EDT) |
branch: externals/org
commit a7a579d06acc048c259893839c304f2ef56eab45
Author: Lucas V. R <lvr@s-viva.xyz>
Commit: Ihor Radchenko <yantar92@posteo.net>
ox-latex: Allow markup objects inside %D spec
* lisp/ox-latex.el (org-latex--format-spec): Pass date through
`org-export-data' just as other backends do.
TINYCHANGE
---
lisp/ox-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index dc8477d141..3d18ee7fff 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1888,7 +1888,7 @@ INFO is a plist used as a communication channel."
(?c . ,(plist-get info :creator))
(?l . ,language)
(?L . ,(capitalize language))
- (?D . ,(org-export-get-date info)))))
+ (?D . ,(org-export-data (org-export-get-date info) info)))))
(defun org-latex--insert-compiler (info)
"Insert LaTeX_compiler info into the document.