diff options
author | Yuchen Pei <id@ypei.org> | 2025-04-27 09:30:05 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-04-27 09:30:05 +1000 |
commit | bebe180a957b082e79601d2396c16ec98f1fafa1 (patch) | |
tree | 64f04ad154d785729e87bd731d3a799a5f89a56a /publish.el | |
parent | fec3e66b8bab8b99ce97b2bcebb4bf17dba8e474 (diff) |
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" |