From mboxrd@z Thu Jan 1 00:00:00 1970 From: GT Subject: Re: [PATCH] org-export-pdf-remove-logfiles extensions Date: Thu, 26 Nov 2009 10:28:21 +0900 Message-ID: <84y6lu847e.wl%tuxliste@gmail.com> References: <878wduiwzu.fsf@dasa3.iem.pw.edu.pl> <87fx82ecjk.fsf_-_@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (generated by REMI 1.14.3 - "Matsudai") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDT9k-00071C-ON for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 20:28:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDT9f-0006y0-MM for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 20:28:23 -0500 Received: from [199.232.76.173] (port=55856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDT9f-0006xv-7w for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 20:28:19 -0500 Received: from mail-yw0-f172.google.com ([209.85.211.172]:57869) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDT9e-0001SE-WA for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 20:28:19 -0500 Received: by ywh2 with SMTP id 2so288067ywh.27 for ; Wed, 25 Nov 2009 17:28:18 -0800 (PST) In-Reply-To: <87fx82ecjk.fsf_-_@dasa3.iem.pw.edu.pl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-2022-JP-2?B?GyQoRCkoGyhCdWthc3o=?= Stelmach Cc: emacs-orgmode@gnu.org My first mail on the list! Love org-mode by the way. >> XeLaTeX[1,2] produces some more files than pdflatex. These are: >> .nav, .snm, .vrb. All named the same as the base file. The list in >> org-export-as-pdf should be extended or even made customisable. I second you on this one! That would be nice if the "log" files list was customizable. I use xelatex and bibtex which leads to additional garbage files such as ".blg" and ".bbl". For the moment, I am cleaning the mess with a unix "rm" command at the end of the latex/bibtex processing, like this: (setq org-latex-to-pdf-process '("xelatex -interaction nonstopmode %s" "bibtex %b" "xelatex -interaction nonstopmode %s" "xelatex -interaction nonstopmode %s" "rm *blg *bbl")) best regards, GT