From e88ba45b23d1b1561c6f5ee215321144aff311ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Mon, 6 Feb 2023 20:49:59 +0000 Subject: [PATCH] Use a relative path for the CSS --- custom/fic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)