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'/>
<link rel='preload' href='fix/img/e8uv02tm2zk51-darker.webp' as='image'>
<img src='fix/img/e8uv02tm2zk51-darker.webp' style='display:none;' alt='' />
<link rel='icon' type='image/x-icon' href='fix/favicon/favicon.ico'>")
  (org-html-head-include-default-style . nil)
  (org-html-preamble-format .
      (("en"
         "
<center>
<a class='img-link' title='home' href='index.html'>
<img id='nomen' src='fix/tarhuntas.svg' />
</a></center>
<div id='preamble-links'>
<ul>
<li><a href='index-chronicus.html'>index χρονικός</a>
    <p class='explanation'>ordered by creation date</p></li>
<li><a href='index-recentiorum.html'>index recentiorum</a>
    <p class='explanation'>ordered by last update</p></li>
<li>index verborum
    <p class='explanation'>as a word list</p></li>
<li><a href='colophon.html'>κολοϕών</a>
    <p class='explanation'>colophṓn</p>
</li>
</ul>
</div>
<span class='preamble-icons'>
<a class='img-link' href='https://functional.cafe/@tarhuntas'>
<img class='icon'  alt='mastodon' title='mastodon' src='fix/mastodon-brands.svg'></img></a>
<a class='img-link' href='https://lisp-lang.org/'>
<img class='icon' alt='warning! may contain trace amounts of Lisp' title='warning! may contain trace amounts of Lisp' src='fix/warning-lisp.png'></img></a>
</span>")))))

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
  • categories should be singular?
  • tags
  • remnant of when I used Nikola.
  • lang

· © Edgard Bikelis (eſb) created using Emacs 31.0.50 (Org mode 9.7.11) ·
· created: 2019-10-13 last (re)generated: 2025-03-12 ·