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: Thu, 07 Nov 2013 09:34:51 +0800 Message-ID: References: <87hac0a4ca.fsf@gmail.com> <87txfpboq7.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]:45341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeEVd-0006z3-6e for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 20:35:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeEVQ-0006xr-Vn for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 20:35:44 -0500 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:43720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeEVQ-0006xn-OG for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 20:35:32 -0500 Received: by mail-pa0-f45.google.com with SMTP id kp14so503247pab.32 for ; Wed, 06 Nov 2013 17:35:31 -0800 (PST) In-Reply-To: <87txfpboq7.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 Wednesday, November 6, 2013 10:15:44 PM HKT, Nicolas Goaziou wrote: >> 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? Hm, you're right -- I was sure they are hyphens, but I just looked again=20 and they are indeed dots. As a final test, I deleted all the .vrb files manually and exported my=20 document again. Then, after the export process finished, I refreshed a=20 dired buffer for the directory in question: -rw-rw-r-- 1 dlm dlm 504 Nov 7 09:28 lp-slides.5.vrb -rw-rw-r-- 1 dlm dlm 667 Nov 7 09:28 lp-slides.6.vrb -rw-rw-r-- 1 dlm dlm 563 Nov 7 09:28 lp-slides.7.vrb -rw-rw-r-- 1 dlm dlm 662 Nov 7 09:28 lp-slides.8.vrb These were all created during the last export cycle, and not deleted by=20 that cycle. hjh