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