From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Visualizing org files Date: Thu, 13 Sep 2018 05:00:27 -0500 Message-ID: <877ejpogxw.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0OSB-0006dE-VB for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0OS1-0004cr-Am for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:02:27 -0400 Received: from [195.159.176.226] (port=40121 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g0OS0-0004XA-UL for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:02:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g0OPs-00075v-Gy for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 12:00:04 +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 Marcelo de Moraes Serpa writes: > What I'm proposing is a way to visualize org buffers in Freeplane and vice-versa. I would love that! > I think a script to automatically transform the Freeplane XML to org > and vice-versa wouldn't be too hard to come up with. I am not as confident as you, but I would love that as well. :) Both the Freeplane and Org formats have many features, and I would not want to use a solution that didn't provide a 1-to-1, lossless translation between them. I guess the biggest part of the solution would be code that translates a Freeplane file into an org-element tree that can be re-interpreted into an Org file.