From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Temp files are not deleted after beamer export with source code blocks Date: Wed, 06 Nov 2013 15:15:44 +0100 Message-ID: <87txfpboq7.fsf@gmail.com> References: <87hac0a4ca.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve3tP-0000SF-66 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 09:15:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve3tG-0001L8-O7 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 09:15:35 -0500 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:35384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve3tG-0001L2-Gy for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 09:15:26 -0500 Received: by mail-ea0-f181.google.com with SMTP id d10so5008293eaj.40 for ; Wed, 06 Nov 2013 06:15:25 -0800 (PST) In-Reply-To: (James Harkins's message of "Wed, 06 Nov 2013 17:44:17 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James Harkins Cc: orgmode Hello, James Harkins writes: > On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote: >> It should clean them up. Though, the "-2" suffix implies that a regexp >> is needed to find temporary files. >> >> Does the following patch work? > > It seems not to have any effect. Here's what I did to try it: > > 1. cd ~/share/org-mode.git > 2. git am > ~/tmp/0001-ox-latex-Remove-all-temporary-files-when-compiling.patch > - No git errors or conflicts here > 3. make > - No compilation errors > 4. Quit and relaunch emacs. > - I have the following in ~/.emacs, so I should be loading org from > my local git directory. > (add-to-list 'load-path "/home/dlm/share/org-mode.git/lisp") > (add-to-list 'load-path "/home/dlm/share/org-mode.git/contrib/lisp" t) > 5. Open and export the document in question. Thanks for the report. > No ***-**.vrb files were deleted. Out of curiosity: in my case vrb files follow the template "***.**.vrb" not "***-**.vrb". Are you sure about the hyphen? Regards, -- Nicolas Goaziou