emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [patch, ox-latex] org-latex-logfiles-extensions
@ 2014-06-22 22:53 Rasmus
  2014-06-23  9:29 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus @ 2014-06-22 22:53 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: aaronecay

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

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. . .

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ox-latex.el-extends-org-latex-logfiles-extensions.patch --]
[-- Type: text/x-diff, Size: 910 bytes --]

From a0a216af13ae16388bb49141c598811ea8848987 Mon Sep 17 00:00:00 2001
From: Rasmus <w530@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch, ox-latex] org-latex-logfiles-extensions
  2014-06-22 22:53 [patch, ox-latex] org-latex-logfiles-extensions Rasmus
@ 2014-06-23  9:29 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2014-06-23  9:29 UTC (permalink / raw)
  To: Rasmus; +Cc: aaronecay, emacs-orgmode

Hello,

Rasmus <rasmus@gmx.us> writes:

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

Applied. Thank you.


[...]

> 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.

I think non-nil is fine as a default value.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-23  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-22 22:53 [patch, ox-latex] org-latex-logfiles-extensions Rasmus
2014-06-23  9:29 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).