From 4268b37b330f6a7814de11542893e60978ce6406 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 2 Sep 2012 11:16:43 +0200 Subject: In fripost-web.el, 'preamble' changed to 'html-preamble' On my (Gustav's) computer variables for pre- and postamble need need to be prefixed with 'html-' for the publish to work. --- fripost-web.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fripost-web.el') diff --git a/fripost-web.el b/fripost-web.el index dfdc466..abf4dc0 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -1,5 +1,8 @@ (require 'org-publish) +;; Force publishing, also of files that are not changed. +(setq org-publish-use-timestamps-flag nil) + (setq org-publish-project-alist `( ("fripost-web-pages" @@ -9,7 +12,7 @@ :exclude "/publish/" :recursive t :publishing-function org-publish-org-to-html - :preamble "
+ :html-preamble " @@ -25,7 +28,7 @@
" - :postamble "
+ :html-postamble "
-- cgit v1.2.3