From 9ae2a1bee286e371e4f2ef5a86889fa4889289c9 Mon Sep 17 00:00:00 2001 From: Mez Date: Sat, 26 Jul 2025 20:07:23 +0100 Subject: [PATCH] Read fic CSS from the site --- custom/fic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/fic.el b/custom/fic.el index a61066a..c4e2d25 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 "Mez") - (org-html-head "\n\n\n\n\n\n\n\n\n\n") + (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)