From 611847d73010ccfea579f6a8c67b9aa9106fe678 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:54:43 -0500 Subject: use function instead of string --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3