diff --git a/emacs-lisp/org_mode.org b/emacs-lisp/org_mode.org index 7abb323..c967e6f 100644 --- a/emacs-lisp/org_mode.org +++ b/emacs-lisp/org_mode.org @@ -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~... #+begin_src emacs-lisp + (require 'ox-latex) (setq org-latex-logfiles-extensions (remove "aux" org-latex-logfiles-extensions)) #+end_src