From 18014da092bb16353a92cffb5dcaeb3d1fdc8895 Mon Sep 17 00:00:00 2001 From: MagicRB Date: Tue, 3 Oct 2023 16:55:28 +0200 Subject: [PATCH] Fix org-mode updating late Signed-off-by: MagicRB --- emacs-lisp/org_mode.org | 1 + 1 file changed, 1 insertion(+) 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