aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-28 16:54:43 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-28 16:54:43 -0500
commit611847d73010ccfea579f6a8c67b9aa9106fe678 (patch)
tree938a7a25eb06886563030323de1f904f26cef7e2
parente16a009ea9bd2d29abff219fa73c1b8b972c6040 (diff)
use function instead of string
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index b1a16a4..21407fb 100644
--- a/publish.el
+++ b/publish.el
@@ -72,7 +72,7 @@
(org-rss-publish-to-rss plist filename dir)))
(setq org-html-htmlize-output-type 'css)
-(setq org-html-postamble "why is this variable being ignored")
+(setq org-html-postamble 'create-webring-html)
(setq org-publish-project-alist
'(
("org-core"