From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org to mindmap and back Date: Wed, 18 Mar 2015 12:05:14 -0400 Message-ID: <873852fg05.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYGTN-0004di-BH for emacs-orgmode@gnu.org; Wed, 18 Mar 2015 12:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYGTH-0002YF-6J for emacs-orgmode@gnu.org; Wed, 18 Mar 2015 12:05:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:40306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYGTH-0002Y5-0O for emacs-orgmode@gnu.org; Wed, 18 Mar 2015 12:05:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YYGTF-0004XZ-Tq for emacs-orgmode@gnu.org; Wed, 18 Mar 2015 17:05:25 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Mar 2015 17:05:25 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Mar 2015 17:05:25 +0100 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 Marcelo de Moraes Serpa writes: > Hi Dave, > > Yes, I'm aware of the freemind exporter. I'm not very fond of freemind though, I find it clunky to use.  > > I really liked the minimalist style of the mind-mapping application shown in the video (also the animation effects are cool, too). > Would be great if the author could chime in and perhaps share the code. Heck, I'd be willing to buy it if the integration with org > was good enough (both-ways auto synchronization). If you examine the video closely, it looks like it's a Mac application, the author is David Griffiths and the application *might* be iMapMinder (also available on Windows, but not on Linux - non-free both in the freedom and beer sense). All of this is pure guesswork on my part and might very well be completely wrong. If David Griffiths is indeed the author, I don't remember seeing him on the ML. You'll have to find another way to contact him. The org file shows an email address of dgriffiths AT fas.harvard.edu but that might not be valid any longer (the video was posted in 2011). Nick > > On Tue, Mar 17, 2015 at 3:59 PM, J. David Boyd wrote: > > Marcelo de Moraes Serpa writes: > > > Hi, > > > > While searching for mind mapping tools that already had some > > integration with orgmode, I found this video: > > https://www.youtube.com/watch?v=93cqGFu3B-g, which shows a simple (but > > seemingly powerful) mindmapping tool that integrates well with org. > > > > Unfortunately the link to the code / app is nowhere to be found in the > > video description and the video is pretty old. It'd be unfortunate to > > not share such an interesting project. I'm very interested in > > using/testing/extending it. I'm wondering if the author still lurks > > around this mailing list? *ping* > > > > Either way, it's a great idea and someone else (even myself) could get > > some inspiration out off it and create something similar (and share!) - > > I've been wanting a way to visualize my org files in the form of a > > mindmap and keep both representations synced so I could just switch > > when I wanted, and this seems to be the gist of it. > > > > Cheers, > > > > -- Marcelo > > There is a connection to Freemind in the source tree.  Not near my computer > right now.  The name is something like ox-freemind.el... > > Dave