mastodon warning! may contain trace amounts of Lisp

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

· © Edgard Bikelis (eſb) created using Emacs 29.0.50 (Org mode 9.5.3) ·
· created: 2019-10-13 last modified: 2022-07-18 ·