check next email in thread

This commit is contained in:
Jacob Janzen 2024-04-28 17:00:41 -05:00
parent a72f8fee1f
commit b7ace712a7

View file

@ -30,7 +30,7 @@
(gethash "url" (gethash "right" webring)) (gethash "url" (gethash "right" webring))
(gethash "name" (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"))) (format "Last update : %s" (format-time-string "%d %b %Y")))
(defun my/org-publish-org-sitemap-format (entry style project) (defun my/org-publish-org-sitemap-format (entry style project)