From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Re: Freemind conversion and Notes Date: 28 Sep 2010 09:44:08 +0200 Message-ID: <8762xqia7r.fsf@gmx.ch> References: <87sk1divdb.fsf@gmx.ch> <064091AB-C447-4955-9C54-4CDDC5C74EFD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0UrG-0002Z4-J6 for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 03:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0UrF-0007Kp-Hi for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 03:44:14 -0400 Received: from mx5.rz.ruhr-uni-bochum.de ([134.147.64.33]:47308) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P0UrF-0007Kb-6G for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 03:44:13 -0400 In-Reply-To: (Lennart Borgman's message of "Tue, 28 Sep 2010 00:38:23 +0200") 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: Lennart Borgman Cc: Charles Cave , org-mode List , Carsten Dominik Hi Lennart Lennart Borgman writes: > Thanks for the bug report. I have attached a new version of > org-freemind.el (and a patch for it). Aaaargh. One day too late. Yesterday I converted a big mindmap manually. But it's fine that the package will be healthy soon for the next time (which will come soon). Thanks again. > Please test it and let me know what problems you find. At the moment it doesn't work for me. This is the debug-on-error report for org-freemind-to-org-mode: Debugger entered--Lisp error: (wrong-number-of-arguments called-interactively-p 1) (called-interactively-p (quote any)) (org-freemind-check-overwrite org-file (called-interactively-p (quote any))) (if (org-freemind-check-overwrite org-file (called-interactively-p ...)) (progn (let ... ...))) (when (org-freemind-check-overwrite org-file (called-interactively-p ...)) (let (... ...) (with-current-buffer mm-buffer ...))) org-freemind-to-org-mode("/home/sven/tmp/Theravada.mm" "~/tmp/Theravada.mm.org") call-interactively(org-freemind-to-org-mode t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) I have the latest stable version of orgmode (7.01h) installed on Emacs 23.1.1 under Ubuntu Lynx. Greetings, Sven