From ee1108e6f87ed347a87bc2e6db11419a00aa7877 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 11 Jul 2026 15:56:10 -0500 Subject: refactor(org-export): delete dead ox-texinfo block, relocate footnote setting The ox-texinfo block could never run: :defer t with no autoload trigger, and absent from the dolist that force-requires the other backends. So its :config never fired, and Texinfo export was unavailable despite the commentary advertising it. I deleted the block and dropped the Texinfo line from the commentary. The commentary also claimed subtree default scope while the code sets 'buffer, so I fixed that too. I moved org-html-footnote-separator out of org-babel-config, where it sat as a stray ox-html setting, into ox-html's own :config. ox-html loads before any HTML export reads the value, so the timing is unchanged. --- modules/org-babel-config.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/org-babel-config.el') diff --git a/modules/org-babel-config.el b/modules/org-babel-config.el index 79661013..51919da1 100644 --- a/modules/org-babel-config.el +++ b/modules/org-babel-config.el @@ -173,8 +173,5 @@ session when working in trusted files, and back on when done." ;; requires ob-racket, not yet in repositories ;; (add-to-list 'org-structure-template-alist '("sicp" . "src racket :lang sicp")) -;; drop Org’s default footnote list at the end -(setq org-html-footnote-separator "") - (provide 'org-babel-config) ;;; org-babel-config.el ends here. -- cgit v1.2.3