Added a new target for make called norm, and cleaned up backups

This commit is contained in:
2025-12-29 21:16:45 +00:00
parent 07e26cd380
commit 7ae5ba7684
134 changed files with 8 additions and 4721 deletions

View File

@@ -1,22 +0,0 @@
;; -----------------------------
;; Org export macros (batch-safe)
;; -----------------------------
(setq org-export-global-macros
'(
;; --- Tufte-style sidenotes ---
("sidenote"
. "@@html:<span class=\"sidenote\">$1</span>@@")
;; --- Single epigraph ---
("epigraph_single"
. "@@html:<blockquote class=\"epigraph\"><p>$1</p><footer>$2</footer></blockquote>@@")
;; --- Multi-line epigraph (optional) ---
("epigraph"
. "@@html:<blockquote class=\"epigraph\">$1</blockquote>@@")
;; --- New thought / drop cap ---
("newthought"
. "@@html:<span class=\"newthought\">$1</span>@@")
))