org: Prevent a race on the buildfarm.

* doc/org/init.el.in (org-publish-timestamp-directory): Use a build
directory, not $HOME.
This commit is contained in:
Alexandre Duret-Lutz 2014-04-28 10:59:55 +02:00
parent 27b78a5cc5
commit 2a155593ba

View file

@ -8,6 +8,9 @@
; 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)
;; The default value of writing to ~/.org-timestamps causes race
;; conditions when doing concurrent builds.
(setq org-publish-timestamp-directory "@abs_top_builddir@/.org-timestamps/")
(setq org-babel-python-command "/usr/bin/python3")
(org-babel-do-load-languages