diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:54:43 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:54:43 -0500 |
commit | 611847d73010ccfea579f6a8c67b9aa9106fe678 (patch) | |
tree | 938a7a25eb06886563030323de1f904f26cef7e2 | |
parent | e16a009ea9bd2d29abff219fa73c1b8b972c6040 (diff) |
use function instead of string
-rw-r--r-- | publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |