diff --git a/ox-hugocv.el b/ox-hugocv.el index f0797f9..59a7c38 100644 --- a/ox-hugocv.el +++ b/ox-hugocv.el @@ -52,8 +52,7 @@ (:linkedin "LINKEDIN" nil nil parse) (:with-email nil "email" t t) ) - :translate-alist '((headline . org-hugocv-headline) - (inner-template . org-hugocv-inner-template))) + :translate-alist '((headline . org-hugocv-headline))) (defun org-hugocv--format-cventry (headline contents info) @@ -64,19 +63,20 @@ as a communication channel." (loffset (string-to-number (plist-get info :hugo-level-offset))) ;"" -> 0, "0" -> 0, "1" -> 1, .. (level (org-export-get-relative-level headline info)) (title (concat (make-string (+ loffset level) ?#) " " (alist-get 'title entry)))) - (format "\n%s + (format "