Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ba6fe9e1
Commit
ba6fe9e1
authored
Apr 26, 2013
by
Alexandre Duret-Lutz
Browse files
* doc/org/init.el.in: Disable org-publish-use-timestamps-flag.
parent
11303a46
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/init.el.in
View file @
ba6fe9e1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment