Hi, 

The attached patch adds more extensions to
`org-latex-logfiles-extensiosn' that shows up when using latexmk and
beamer.

Also: Aaron, is there are reason why you did not include "bbl" in your
previous patch?

Note: while I personally very much like this feature the default
non-nil value of org-latex-remove-logfiles may slow down
compilation-time.  Since we have ox async export it's probably OK to
ignore this, but when not using async it could be annoying since Emacs
is locked.

Thanks,
Rasmus

-- 
And I faced endless streams of vendor-approved Ikea furniture. . .
>From a0a216af13ae16388bb49141c598811ea8848987 Mon Sep 17 00:00:00 2001
From: Rasmus <w...@pank.eu>
Date: Mon, 23 Jun 2014 00:40:12 +0200
Subject: [PATCH] ox-latex.el: extends org-latex-logfiles-extensions

ox-latex.el (org-latex-logfiles-extensions): add more extensions
---
 lisp/ox-latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index ee207a3..e7789a4 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -962,7 +962,7 @@ file name as its single argument."
 	  (function)))
 
 (defcustom org-latex-logfiles-extensions
-  '("aux" "bcf" "blg" "figlist" "idx" "log" "nav" "out" "run.xml"
+  '("aux" "bcf" "blg" "fdb_latexmk" "fls" "figlist" "idx" "log" "nav" "out" "run.xml"
     "snm" "toc" "vrb" "xdv")
   "The list of file extensions to consider as LaTeX logfiles.
 The logfiles will be remove if `org-latex-remove-logfiles' is
-- 
2.0.0

Reply via email to