From 48a4ef89dda8315ea3ea28d19391d48715056046 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Thu, 8 Dec 2022 21:10:55 +0100 Subject: [PATCH] add for org latex export additional logfiles to remove --- settings/org-settings.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/settings/org-settings.el b/settings/org-settings.el index 54181803..7860027e 100644 --- a/settings/org-settings.el +++ b/settings/org-settings.el @@ -1097,6 +1097,22 @@ Uses function `my-org-headline-string-element'" ;; ("captionpos" "t") ;; not working, see org-latex-caption-above )) (setq org-latex-caption-above '(table src-block)) + (setq org-latex-logfiles-extensions + '("aux" "bcf" "blg" "fdb_latexmk" "fls" "figlist" "idx" "log" "nav" "out" + "ptc" "run.xml" "snm" "toc" "vrb" "xdv" + "lof" "lot" "lol" + "bbl" ;; biblatex package, biber; biblatex auxiliary file + "ist" ;; glossaries package; makeindex style file + "alg" "acr" "acn" ;; glossaries package; acronyms + "glg" "gls" "glo" ;; glossaries package; glossary + "los.glg" "los.gls" "los.glo" ;; glossaries package; list of symbols + ;; "nlg" "not" "ntn" ;; glossaries package; notation + "idx" "ind" "ilg" ;; imakeidx package; index + ;; minitoc + "mtc" ;; minitoc package; temp file + "maf" ;; minitoc package; list of discardable auxiliary files used by minitoc + "mtc0" ;; minitoc package; table of contents for a chapter + )) (defun my-org-latex-export-to-pdf (&optional async subtreep visible-only body-only ext-plist)