forked from mirrors/org-cv
Fix missing quote support in ox-awesomecv
This commit is contained in:
parent
07fc1e0f0f
commit
c5c5f8da2f
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue