use function instead of string
This commit is contained in:
parent
e16a009ea9
commit
611847d730
1 changed files with 1 additions and 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue