emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Code to convert lists etc. to HTML for org-mode export filter?


From: Thorsten Jolitz
Subject: Re: [O] Code to convert lists etc. to HTML for org-mode export filter?
Date: Mon, 01 Sep 2014 11:05:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Felix Natter <address@hidden> 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. 

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]