org: use a white background and ship the CSS

* doc/org/spot.css: New file.
* doc/Makefile.am: Distribute it.
* doc/org/init.el.in, doc/org/.dir-locals.el: Adjust links.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-07 13:58:27 +01:00
parent f9029858c4
commit fbcc9fb81f
4 changed files with 123 additions and 2 deletions

View file

@ -21,7 +21,10 @@
:publishing-directory "../userdoc/"
:recursive t
:publishing-function org-publish-org-to-html
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://spot.lip6.fr/css/spot-zenburn.css\" />"
; Org 8
:html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"spot.css\" />"
; Org 7
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"spot.css\" />"
:auto-preamble t)
("spot-static"
:base-directory "."