From mboxrd@z Thu Jan 1 00:00:00 1970 From: Csanyi Pal Subject: Re: Exporting to FreeMind - opened in FreeMind failed Date: Mon, 09 Jul 2012 18:46:53 +0200 Message-ID: <878ves7ugy.fsf@debian-asztal.i-did-not-set--mail-host-address--so-tickle-me> 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> <7472.1341850932@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoH7P-0002vy-9d for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoH7K-0003x1-5I for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:47:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:53549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoH7J-0003w7-VC for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 12:47:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoH7F-0005N1-02 for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 18:47:17 +0200 Received: from 14-168-85-95.dynamic.stcable.net ([95.85.168.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 18:47:16 +0200 Received: from csanyipal by 14-168-85-95.dynamic.stcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 18:47:16 +0200 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: emacs-orgmode@gnu.org Nick Dokos writes: > Csanyi Pal wrote: [snip] > 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: > > > * foo > > this > > How much do you need to complicate it to produce something that does > *not* work? I start with this example abowe and exported it successfully. Then I add again and again more and more to it and get a working file.mm that I can to open in FreeMind. Finally I did export successfully my first Arduino.org file, that is complicated. Well, it works now. What did I to get it working? I'm start using an .emacs file that has the following content only: (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Bitstream Vera Sans Mono" :foundry \ "bitstream" :slant normal :weight normal :height 150 \ :width normal))))) (setq initial-frame-alist '((top . 16) (left . 64) (width . 122) (height . 41)) ) (setq default-frame-alist '((top . 16) (left . 64) (width . 122) (height . 41) (menu-bar-lines . 1) (vertical-scroll-bars . nil) \ (tool-bar-lines . 0)) ) Thank you for help! -- Regards from Pal