Fix org-mode updating late

Signed-off-by: MagicRB <richard@brezak.sk>
This commit is contained in:
MagicRB 2023-10-03 16:55:28 +02:00
parent 260a917558
commit 18014da092
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -126,6 +126,7 @@ Enable fontification for inline LaTeX blocks which convieniently also makes in f
Org Mode by default considers ~.aux~ files as log files and deletes them. Which among other things breaks ~tikzmark~ and ~babel~... Org Mode by default considers ~.aux~ files as log files and deletes them. Which among other things breaks ~tikzmark~ and ~babel~...
#+begin_src emacs-lisp #+begin_src emacs-lisp
(require 'ox-latex)
(setq org-latex-logfiles-extensions (remove "aux" org-latex-logfiles-extensions)) (setq org-latex-logfiles-extensions (remove "aux" org-latex-logfiles-extensions))
#+end_src #+end_src