From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Natter Subject: ox-freemind.el / org-freemind.el (was: Re: Code to convert lists etc. to HTML for org-mode export filter?) Date: Mon, 01 Sep 2014 19:20:59 +0200 Message-ID: <87oauzuuis.fsf_-_@bitburger.home.felix> References: <87bnr1f1z9.fsf@bitburger.home.felix> <871trvemnj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOVIC-0004RM-6z for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOVI2-00021h-BY for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:21:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:48623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOVI2-00021a-5C for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:21:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOVI1-0006gu-0K for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 19:21:13 +0200 Received: from pd9e821b3.dip0.t-ipconnect.de ([217.232.33.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 19:21:13 +0200 Received: from fnatter by pd9e821b3.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 19:21:13 +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 Thorsten Jolitz writes: > Felix Natter writes: > >> hi, >> >> I am working on org-freeplane.el, a fork of org-freemind.el [1]. >> >> [1] FreeMind and Freeplane are mind mapping programs and can thus >> be used to organize tree-structured information like org-mode does. >> Freeplane is a FreeMind fork, org-freeplane.el was necessary because >> users want to use the features of Freeplane. >> >> Can someone please point me to the code for converting node text to >> HTML in org-mode? > > org-freemind is derived from ox-html: > > ,---- > | ;;; Define Back-End > | (org-export-define-derived-backend 'freemind 'html ...) > `---- > > so if org-freeplane derives from org-freemind, you have all the > html-exporting functionality at your fingertips already, if I'm not > mistaken. hi Thorsten, thanks for the hint, seems my org-mode is hopelessly outdated (from emacs 24.3). However, I cannot find any *-freemind.el in git://git.savannah.gnu.org/emacs.git, is that because it's non-free? (in git://orgmode.org/org-mode.git, it is included as contrib/lisp/ox-freemind.el, does the 'contrib' indicate non-free as well...?) Is ox-freemind.el derived (forked/copied) from org-freemind.el? Is anyone currently actively developing ox-freemind.el? Also: In order to build on the latest org-mode, can I just put contrib/lisp and lisp/ from git://orgmode.org/org-mode.git master branch in my load-path? Thanks and Best Regards, -- Felix Natter