Merge branch 'maint'

This commit is contained in:
Bastien 2020-02-08 07:55:02 +01:00
commit 4e7c3f45b2
1 changed files with 1 additions and 0 deletions

View File

@ -1592,6 +1592,7 @@ INFO is a plist used as a communication channel."
lang))))
`((?a . ,(org-export-data (plist-get info :author) info))
(?t . ,(org-export-data (plist-get info :title) info))
(?s . ,(org-export-data (plist-get info :subtitle) info))
(?k . ,(org-export-data (org-latex--wrap-latex-math-block
(plist-get info :keywords) info)
info))