From c793b3123f797007f499d32de8a1675cc73cb0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 22 Mar 2023 17:14:52 +0000 Subject: [PATCH] Export fic whenever --- custom/fic.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)