emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Cc: aaronecay@gmail.com
Subject: [patch, ox-latex] org-latex-logfiles-extensions
Date: Mon, 23 Jun 2014 00:53:43 +0200	[thread overview]
Message-ID: <87ha3ck13c.fsf@gmx.us> (raw)

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


             reply	other threads:[~2014-06-22 22:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-22 22:53 Rasmus [this message]
2014-06-23  9:29 ` [patch, ox-latex] org-latex-logfiles-extensions Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ha3ck13c.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=aaronecay@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).