From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Temp files are not deleted after beamer export with source code blocks Date: Wed, 06 Nov 2013 17:44:17 +0800 Message-ID: References: <87hac0a4ca.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdzff-0001mG-M6 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 04:45:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdzfV-0001Pg-H2 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 04:45:07 -0500 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:51100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdzfV-0001Pc-9M for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 04:44:57 -0500 Received: by mail-pd0-f179.google.com with SMTP id y10so10017500pdj.10 for ; Wed, 06 Nov 2013 01:44:55 -0800 (PST) In-Reply-To: <87hac0a4ca.fsf@gmail.com> 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: Nicolas Goaziou Cc: orgmode 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=20 ~/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=20 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. No ***-**.vrb files were deleted. hjh