diff --git a/custom/fic.el b/custom/fic.el index 17c3009..820d7b8 100644 --- a/custom/fic.el +++ b/custom/fic.el @@ -69,7 +69,7 @@ (while (re-search-forward "\\[fn:\\([0-9]*\\):\\([^•]*\\)•\\]" nil t) (replace-match "@@html:@@@@latex:\\\\footnote{@@\\2@@html:@@@@latex:}@@")) (let ((user-full-name "Tré") - (org-html-head "") + (org-html-head "") (org-export-with-author t) (org-latex-default-class "memoir")) (org-html-export-to-html)