From 46427264acc942fa0aaf27c9dbcfed5c7c71f673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 18 Aug 2024 13:53:38 +0100 Subject: [PATCH] Add page metadata for fic export --- custom/fic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/fic.el b/custom/fic.el index 86cd64f..7be37c2 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 "\n\n\n\n\n\n\n\n\n\n") (org-export-with-author t) (org-latex-default-class "memoir")) (org-html-export-to-html)