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: Tue, 29 Oct 2013 18:16:22 +0900 Message-ID: <141450e1-e3dd-4772-9635-c1b158cb190f@dewdrop-world.net> 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]:48219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb5Ph-0000NE-3h for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 05:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb5PY-0000oG-Nd for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 05:16:37 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:61654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb5PY-0000o1-Fu for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 05:16:28 -0400 Received: by mail-pa0-f42.google.com with SMTP id kp14so6677478pab.15 for ; Tue, 29 Oct 2013 02:16:27 -0700 (PDT) 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 5:06:29 PM KST, 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? Will have to try later... some time pressure right now. An aside: in the last few weeks, I've been doing some more complex things=20 in org/beamer with overlays and column layouts, and I have to say, the new=20= beamer exporter makes A WHOLE LOT of sense. The outline structure reflects=20= the structure of the beamer environments. Really clean. I like it. hjh