Files
emacs-doom/config.el
Daneel 457b9d3d4c fix(org-latex): inhibit-modification-hooks in auto-tabularx to prevent recursion
The insert call in my/org-auto-tabularx triggered buffer-change hooks (e.g.
org-element-cache) during LaTeX export, causing infinite recursion and
'max-lisp-eval-depth exceeded'. HTML export was unaffected (hook only runs
for latex backend). Fix: wrap body in (let ((inhibit-modification-hooks t))).
2026-02-23 14:44:32 +01:00

40 KiB