diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |