From ca5b09812340e5a3b1fffcd5bc4aae3061188d39 Mon Sep 17 00:00:00 2001 From: Roger Welsh Date: Sat, 20 Mar 2021 15:50:28 +1300 Subject: [PATCH] Add option to adjust title cmd --- ox-awesomecv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-awesomecv.el b/ox-awesomecv.el index fe75f69..424b59d 100644 --- a/ox-awesomecv.el +++ b/ox-awesomecv.el @@ -75,7 +75,7 @@ (:extrainfo "EXTRAINFO" nil nil parse) (:with-email nil "email" t t) (:fontdir "FONTDIR" nil "fonts/" t) - (:latex-title-command nil nil "\\makecvheader" t) + (:latex-title-command "LATEX_TITLE" nil "\\makecvheader" t) (:cvhighlights "CVHIGHLIGHTS" nil "true" t) (:quote "QUOTE" nil nil t) (:firstname "FIRSTNAME" nil nil t)