From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: ox-freemind Date: Thu, 28 Jul 2016 23:09:56 -0500 Message-ID: <87fuqtytij.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSz7u-0004mN-IO for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 00:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSz7p-00047l-Cr for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 00:10:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:55675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSz7p-000468-6E for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 00:10:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bSz7d-0004Ve-4G for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 06:10:05 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 06:10:05 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 06:10:05 +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" To: emacs-orgmode@gnu.org marvin doyley writes: > I am playing with the org-mode to freemind exporter and was wondering > how to show an association between two nodes. For example, lets say I > have an org-file > > #+title: Cars > * Models > ** BMW > * Colors > ** Black > I would like to link Black with BMW so that when it is exported to > freemind there is an arrow going from Black to BMW. Does anybody know > how to do this ? Hi Marvin, Did you ever find a way to do this? I've always been interested in a two-way org-freemind converter, if anyone ever makes one. I don't know if either program supports enough features of the other to make a one-to-one conversion possible. Did you try using regular org-mode links, either in the headings or in the node contents? Theoretically it would be possible to make it work with org-ids, but I don't know if the exporter has support for that. Of course, working with freemind files means working with XML, so it's not exactly a fun project...