aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index 8b74178..04a2190 100644
--- a/publish.el
+++ b/publish.el
@@ -68,7 +68,7 @@ The content starts with the first empty line."
(insert-file-contents file)
;; important, otherwise org may truncate the sitemap, probably
;; due to some problem in converting all things to a list
- (delete-trailing-whitespace)
+ (delete-trailing-whitespace)
(goto-char (point-min))
(let ((beg (+ 1 (re-search-forward "^$"))))
(buffer-substring beg (point-max)))))))
@@ -163,7 +163,7 @@ PUB-DIR is when the output will be placed."
:html-mathjax-options ((path "/js/mathjax/MathJax.js?config=TeX-AMS_CHTML"))
:html-mathjax-template "<script type=\"text/javascript\" src=\"%PATH\"></script>"
:htmlized-source t
- )
+ )
("html-pages"
:base-directory "pages"
:base-extension "html"