From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Exporting to FreeMind - opened in FreeMind failed Date: Mon, 09 Jul 2012 12:22:12 -0400 Message-ID: <7472.1341850932@alphaville> References: <87k3yeyu2w.fsf@gmail.com> <878vetrrrv.fsf@gnu.org> <87eholqcme.fsf@gmail.com> <878vetdpa7.fsf@gnu.org> <87629xqcbv.fsf@gmail.com> <87mx39ca6z.fsf@gnu.org> <87liit10qg.fsf@gmail.com> <87obnpatqk.fsf@gnu.org> <878vet0ys0.fsf@gmail.com> <6255.1341847386@alphaville> <87bojp0w0l.fsf@debian-asztal.i-did-not-set--mail-host-address--so-tickle-me> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoGj8-00064p-JU for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:22:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoGj2-0004iH-Vq for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:22:22 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:38908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoGj2-0004hZ-PS for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:22:16 -0400 In-Reply-To: Message from Csanyi Pal of "Mon, 09 Jul 2012 17:55:22 +0200." <87bojp0w0l.fsf@debian-asztal.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Csanyi Pal Cc: emacs-orgmode@gnu.org Csanyi Pal wrote: > OK > I started emacs with the command 'emacs -Q' and did the followings: > > Open the Test.org file in Org mode. > Export the tree into FreeMind format with the command: > C-c C-e m > > Get the Test.mm file. > > In the FreeMind when I open the Test.mm file, I get the following > message: > > Error while parsing file:freemind.main.XMLParseException: XML Parse > Exception during parsing of a map element at line 80: Expected: map > > What can I do further to solve this problem? > Well, I suspect that none of us here is a freemind "expert" (I know I'm not), with the possible exception of Lennart Borgman, the author of org-freemind.el. So the main question is: is this a bug in freemind or is this a bug in the org freemind export? You have not posted the org file that produced all of this (or if you have, I cannot see it clearly in your mail). That could help. If Lennart could be persuaded to take a look, that might help. And if you could be persuaded to simplify the example (ECM = complete *minimal* example) so that it exhibits the problem with as few nodes as possible (I count seven nodes in your .mm file: does it need to be that complicated?), that might help. Here is an example of an org file that produces a map that works: --8<---------------cut here---------------start------------->8--- * foo this --8<---------------cut here---------------end--------------->8--- How much do you need to complicate it to produce something that does *not* work? Nick