Daneel 854a6de40a fix(org-latex): filter-based tabularx with guaranteed registration
Root cause of \begin{tabularx}{lll} error: org-latex in this version does not
add \linewidth for tabularx environment, generating invalid LaTeX.

Fix: org-export-filter-table-functions filter that transforms rendered output:
  - \begin{tabular}{spec}     → \begin{tabularx}{\linewidth}{spec}
  - \begin{tabularx}{spec}    → \begin{tabularx}{\linewidth}{spec} (missing width fix)
  - \end{tabular}             → \end{tabularx}

No buffer modification → no recursion, works on Emacs 31.

Belt+suspenders registration: with-eval-after-load 'ox-latex + explicit
require+add-to-list in org-export-before-processing-hook ensures the filter
is always registered before the export transcoder runs.
2026-02-23 15:17:15 +01:00
2026-02-23 10:55:10 +01:00
2026-02-12 12:55:29 +01:00
2026-02-12 12:55:29 +01:00
2026-02-21 00:05:48 +01:00
2026-02-23 14:12:37 +01:00
2026-02-19 17:10:57 +01:00
2026-02-12 12:52:50 +01:00

# instalace mailu:
brew install mu isync msmtp

pak mbsync personal (musi existovat .mbsyncrc)

pak 
mu init --maildir=~/.mail --my-address=martin@sukany.cz
mu index
Description
No description provided
Readme 10 MiB
Languages
Emacs Lisp 95.3%
Shell 4.7%