Files
emacs-doom/config.el
Daneel e084ff35ea fix(org-latex): tabularx filter with lYYY column spec matching template
document.org template defines Y column type (RaggedRight + auto-width X).
Filter now computes proper column spec:
  - 1 col  → Y
  - N cols → l + (N-1)*Y  (first col natural-width, rest auto-width)

Also handles tabularx{colspec} → tabularx{\linewidth}{lYYY} (missing width fix).
Works with ltablex (loaded by template) which makes tabularx also support page breaks.
2026-02-23 15:19:26 +01:00

42 KiB