Daneel 46c9327dd0 fix(org-latex+corfu): filter-based tabularx, disable corfu-terminal on Emacs 31+
org-latex: replace before-processing-hook+insert with org-export-filter-table-functions.
  - Old approach (insert in hook) triggered org-element-cache after-change hooks
    causing infinite recursion / max-lisp-eval-depth even with inhibit-modification-hooks.
  - New: my/org-latex-table-to-tabularx filter transforms rendered LaTeX string,
    no buffer modification, no hook recursion possible.
  - Removed dead helpers: my/org-count-table-columns, my/org-table-attr-latex-spec.

corfu-terminal: add (< emacs-major-version 31) guard.
  - Emacs 31 supports corfu natively in terminal; corfu-terminal causes
    popup positioning issues (jumping) on Emacs 31+.
2026-02-23 14:53:41 +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 16 MiB
Languages
Emacs Lisp 97.5%
Shell 2.5%