diff --git a/ox-awesomecv.el b/ox-awesomecv.el index f257d84..8d7c601 100644 --- a/ox-awesomecv.el +++ b/ox-awesomecv.el @@ -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"