Files
emacs-doom/config.el
Daneel 7b0b092e21 fix(org-latex): use :around advice on org-latex-table instead of filter
org-export-filter-table-functions timing was unreliable (after! ox-latex
runs too late or filter not called for all table types). Around advice on
org-latex-table is called directly during transcoding, guaranteed to run.
Also switched to with-eval-after-load for more predictable load timing.
2026-02-23 14:57:36 +01:00

39 KiB