[Orgmode] [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Noorul Islam
Latest pull is throwing error while quitting emacs. Here is the patch to fix this. ob.el: Fix minor bug * lisp/ob.el (org-babel-remove-temporary-directory) : Pass correct number of arguments to (delete-directory) Thanks and Regards Noorul diff --git a/lisp/ob.el b/lisp/ob.el index

Re: [Orgmode] [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Eric Schulte
Hi Noorul, Can I ask what error the directory deletion is causing for you? I have the following delete-directory in my Emacs (latest from Git) ,[delete-directory] | delete-directory is an interactive compiled Lisp function in | `files.el'. | | (delete-directory DIRECTORY optional RECURSIVE

Re: [Orgmode] [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Noorul Islam
On Thu, Aug 26, 2010 at 5:44 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Noorul, Can I ask what error the directory deletion is causing for you? I have the following delete-directory in my Emacs (latest from Git) ,[delete-directory] | delete-directory is an interactive compiled