Colophon
Table of Contents
1. .dir-locals.el
Instead of having to define variables like HTML_HEAD_EXTRA
on each
file, I set a few on this file, for the whole directory:
;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") ((org-mode (org-html-head-extra . "<link rel='stylesheet' type='text/css' href='fix/morris.css'/>") (org-html-head-include-default-style . nil)))
I had to deduce that HTML_HEAD_EXTRA
translated into
org-html-head-extra
, since I didn’t find anything discussing about
it. Where should I have hunted for this?
2. custom variables
omit-from-index-p