mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix org-mode updating late
Signed-off-by: MagicRB <richard@brezak.sk>
This commit is contained in:
parent
260a917558
commit
18014da092
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue