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

2010-08-27 Thread Erik Iverson
Hello, It looks like the delete-directory bug was fixed, but on emacs 23.2 at least, (delete-file) only takes one argument, so org-babel-remove-temporary-directory is still throwing an error in my case, since we have: (delete-file file nil) --Erik Detlef Steuer wrote: Hi

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

2010-08-26 Thread Detlef Steuer
Hi Eric, I have to confirm that bug. Org-mode as of today, emacs 23.1.1. Here is, what my *MESSAGES* buffer tells: CONTENTS...done (No files need saving) org-babel-remove-temporary-directory: Wrong number of arguments: delete-directory, 2 When done with a buffer, type C-x # Auto-saving...done

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

2010-08-26 Thread Seweryn
Hi Noorul, Thanks for pointing out the above, I guess files.el can't be assumed to be loaded. I've pushed up a fix. I have also: --- delete-directory is an interactive compiled Lisp function in `files.el'. (delete-directory DIRECTORY optional RECURSIVE) Delete the