aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-28 17:00:41 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-28 17:00:41 -0500
commitb7ace712a7e7258ec86f3b2bf5662ed04703449b (patch)
treee79126feaa6d479c6a58e987c829ea90928b9268 /publish.el
parenta72f8fee1fd9d7632f9963faaef1b1f9db501276 (diff)
check next email in thread
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index fc044b1..d7b9bf6 100644
--- a/publish.el
+++ b/publish.el
@@ -30,7 +30,7 @@
(gethash "url" (gethash "right" webring))
(gethash "name" (gethash "right" webring))))
-(defun my-org-html-postamble ()
+(defun my-org-html-postamble (plist)
(format "Last update : %s" (format-time-string "%d %b %Y")))
(defun my/org-publish-org-sitemap-format (entry style project)