diff --git a/custom/fic.el b/custom/fic.el index 63ea39d..6c6ba28 100644 --- a/custom/fic.el +++ b/custom/fic.el @@ -69,7 +69,8 @@ (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-latex-default-class "memoir")) (org-html-export-to-html) (org-latex-export-to-latex)) (revert-buffer t t)