org: better syntax highlighting

* doc/org/init.el.in: Activate CSS for code fragments.
* doc/org/spot.css: Style relevant elements.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-03 17:14:52 +02:00
parent 5bfd0267e7
commit 24a8affbc5
2 changed files with 11 additions and 2 deletions

View file

@ -6,6 +6,7 @@
(print (concat "Org " (org-version)))
(setq org-export-htmlize-output-type 'css)
(setq org-html-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)