Hi, I've re-enabled this functionality, I believe the problems should be fixed, from the commit message...
,---- | commit a37072786c1da98ccfe6e6b4f481bfc83d61c4d2 | Author: Eric Schulte <schulte.e...@gmail.com> | 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" <schulte.e...@gmail.com> 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 <shelagh.man...@gmail.com> writes: > >> On Sat, 11 Sep 2010 21:00:29 +0200, Achim Gratz wrote: >> >>> Samuel Wales <samolog...@gmail.com> 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 _______________________________________________ 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