* doc/org/init.el.in: Disable org-publish-use-timestamps-flag.
This commit is contained in:
parent
11303a4620
commit
ba6fe9e183
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue