From ba6fe9e183dc87bb6bec0f27a280bae250316b4f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 26 Apr 2013 11:48:12 +0200 Subject: [PATCH] * doc/org/init.el.in: Disable org-publish-use-timestamps-flag. --- doc/org/init.el.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/org/init.el.in b/doc/org/init.el.in index b6ad3a55a..8c398ac29 100644 --- a/doc/org/init.el.in +++ b/doc/org/init.el.in @@ -4,6 +4,9 @@ (print (concat "Org " (org-version))) (setq org-export-htmlize-output-type 'css) +; the .org-timestamp directory does not always exist, is not always +; created by org, and that causes issues on our buildfarm. +(setq org-publish-use-timestamps-flag nil) (setq org-babel-python-command "/usr/bin/python3") (org-babel-do-load-languages