From bebe180a957b082e79601d2396c16ec98f1fafa1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 27 Apr 2025 09:30:05 +1000 Subject: remove teatime --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') 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 "" :htmlized-source t - ) + ) ("html-pages" :base-directory "pages" :base-extension "html" -- cgit v1.2.3