1
0
Fork 0

Fix missing quote support in ox-awesomecv

This commit is contained in:
Zheng Qu 2022-12-17 23:38:13 +01:00 committed by Oscar Najera
parent 07fc1e0f0f
commit c5c5f8da2f
1 changed files with 5 additions and 0 deletions

View File

@ -189,6 +189,11 @@ holding export options."
(and (stringp template)
(format-spec template spec)))
;; quote
(let ((quote (plist-get info :quote)))
(when quote
(format "\\quote{%s}\n" quote)))
;; Document start.
"\\begin{document}\n\n"