From mboxrd@z Thu Jan 1 00:00:00 1970 From: marvin doyley Subject: ox-freemind Date: Mon, 4 Jul 2016 08:35:08 -0400 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK35n-0001aP-73 for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 08:35:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK35j-0007Hv-2Z for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 08:35:14 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:33520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK35i-0007Hh-VI for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 08:35:11 -0400 Received: by mail-qk0-x235.google.com with SMTP id e3so62727873qkd.0 for ; Mon, 04 Jul 2016 05:35:10 -0700 (PDT) Received: from [10.0.1.9] (cpe-45-46-209-35.rochester.res.rr.com. [45.46.209.35]) by smtp.gmail.com with ESMTPSA id n63sm273275qkd.16.2016.07.04.05.35.09 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Jul 2016 05:35:09 -0700 (PDT) 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 Hi there, 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=20 ** Ford ** Tesla * Colors ** Red ** Silver ** Black ** White * Acceleration (0-60/s) ** 2 ** 6 ** 2 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 ? Cheers, M=