From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: bug: babel-* dirs Date: Thu, 30 Sep 2010 07:57:29 -0600 Message-ID: <87hbh7i767.fsf@gmail.com> References: <87occ4qf5e.fsf@Rainer.invalid> <87iq29eitg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47969 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1L24-00037T-3L for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1L21-0004Jo-W4 for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:26:52 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:51406) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1L21-0004JL-TC for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:26:49 -0400 Received: by iwn33 with SMTP id 33so4001100iwn.0 for ; Thu, 30 Sep 2010 08:26:47 -0700 (PDT) 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: Shelagh Manton Cc: emacs-orgmode@gnu.org Hi, I've re-enabled this functionality, I believe the problems should be fixed, from the commit message... ,---- | commit a37072786c1da98ccfe6e6b4f481bfc83d61c4d2 | Author: Eric Schulte | Date: Thu Sep 30 07:31:14 2010 -0600 | | using `org-babel-temporary-directory' to collect and remove temporary files | | We had stopped using this because users noticed that temporary | directories were accumulating in their /tmp directory. I believe this | was due to repeatedly evaluating the ob.el emacs-lisp file, which | repeatedly re-defined the `org-babel-temporary-directory' variable | creating multiple directories. This problem should be fixed by | wrapping the defvar holding this form in (unless (boundp org...)). | | * lisp/ob.el (boundp): uncommenting defvar form for | org-babel-temporary-directory | (org-babel-temp-file): now using the org-babel-temporary-directory | for holding new babel temporary files | (org-babel-remove-temporary-directory): removes the babel temp dir | when Emacs shutsdown | (kill-emacs-hook): now removing the babel temp dir on Emacs shutdown `---- Best -- Eric "Eric Schulte" writes: > Hi, > > I've temporarily removed the use of the org-babel-temp-directory due to > this problem, and other issues it is causing on shutdown with older > versions of Emacs. > > I will revisit this issue next week when I'm back from vacation and have > time to work out a full solution. > > Thanks for the reports -- Eric > > Shelagh Manton writes: > >> On Sat, 11 Sep 2010 21:00:29 +0200, Achim Gratz wrote: >> >>> Samuel Wales writes: >>>> In the last 24 hours, org created 436 seemingly empty directories named >>>> similar to "babel-81922AX" in (I think) $TMP. I do not actively use >>>> babel. >>> >>> I can confirm this behaviour. >>> >>> Achim. >> >> I have some babel-XXXXXX folders, not many, but yesterday I had to close >> emacs by individually killing each buffer rather than C-x C-c as emacs >> complained about not being able to find one of the folders it expected. I >> do not use babel and do not have any settings for it. >> >> Shelagh >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode