diff --git a/custom/fic.el b/custom/fic.el index 3bcdda4..4b028c9 100644 --- a/custom/fic.el +++ b/custom/fic.el @@ -65,7 +65,7 @@ (while (re-search-forward "\\[fn:\\([0-9]*\\):\\(.*\\)\\]" nil t) (replace-match "@@html:\\2@@@@latex:\\\\footnote{\\2}@@")) (let ((user-full-name "ovely") - (org-html-head "")) + (org-html-head "")) (org-html-export-to-html) (org-latex-export-to-latex)) (revert-buffer t t)