Add Freemind Mindmap Back-End for Org Export Engine
commitf2b2c8318fa8c2ce82208d717c649377c856802c
authorJambunathan K <kjambunathan@gmail.com>
Sat, 2 Mar 2013 05:30:46 +0000 (2 11:00 +0530)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 2 Mar 2013 21:33:03 +0000 (2 22:33 +0100)
treefbb1b8b3b85c32196d1b36b12c53023de05efea9
parent25f2ae88f5df6d084423c6d9cb911adb4ede1dfd
Add Freemind Mindmap Back-End for Org Export Engine

* contrib/lisp/ox-freemind.el: New file.

* lisp/ox-html.el (org-html--tags, org-html-format-headline)
(org-html--format-toc-headline, org-html-checkbox)
(org-html-table-cell, org-html-timestamp)
(org-html-verse-block, org-html-special-string-regexps):
Replace named HTML entities with their numeric counterparts.
This keeps Freemind backend happy.
contrib/lisp/ox-freemind.el [new file with mode: 0644]
lisp/ox-html.el