* doc/org/init.el.in: Disable org-publish-use-timestamps-flag.

This commit is contained in:
Alexandre Duret-Lutz 2013-04-26 11:48:12 +02:00
parent 11303a4620
commit ba6fe9e183

View file

@ -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