From 49fbc8e7dc0eabd404a1bbe43de491e3066d8bd7 Mon Sep 17 00:00:00 2001 From: Mez Date: Mon, 14 Jul 2025 21:24:14 +0100 Subject: [PATCH] update filepaths --- custom/fic.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/fic.el b/custom/fic.el index 8de950b..a61066a 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) @@ -145,7 +145,7 @@ (replace-match "\n\n")) (save-buffer) (shell-command - (format "pandoc %s -o %s.epub --epub-cover-image=/home/mdd/Documents/drive/the\\ walk/cover.png" + (format "pandoc %s -o %s.epub --epub-cover-image=/home/fiend/Documents/drive/the\\ walk/cover.png" (shell-quote-argument (buffer-file-name)) (shell-quote-argument (file-name-base))))) (shell-command