aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-04-27 09:30:05 +1000
committerYuchen Pei <id@ypei.org>2025-04-27 09:30:05 +1000
commitbebe180a957b082e79601d2396c16ec98f1fafa1 (patch)
tree64f04ad154d785729e87bd731d3a799a5f89a56a /publish.el
parentfec3e66b8bab8b99ce97b2bcebb4bf17dba8e474 (diff)
remove teatimeHEADmaster
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"