org-e-html: New HTML exporter - a first attempt
commit93ec2c7a5034944f5f6c77be6f37c49b4a697b72
authorJambunathan K <kjambunathan@gmail.com>
Sat, 18 Feb 2012 06:52:31 +0000 (18 12:22 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Sat, 18 Feb 2012 06:55:53 +0000 (18 12:25 +0530)
treeefec68712304f9bc7bc64c3355630864ed7c2437
parent1cc27e0d3a140604acfa6252c2a145787a4c5f74
org-e-html: New HTML exporter - a first attempt

* contrib/lisp/org-export.el (org-export-dispatch)
(org-export-dispatch-ui): Add new entries for the new HTML
exporter.

* EXPERIMENTAL/org-e-html.el: New file.  This is a very rough
cut based out on org-xhtml.el and org-e-latex.el.  The file
retains all the LaTeXisms in either commented form or
otherwise.  This is deliberate so as to have a quick look at
the reference implementation.  Retaining the organization
style of org-xhtml.el would enable easy creation of
org-e-odt.el by simply replacing e-html with e-odt for the
most part.
The changes here covers fairly a good ground - say 90% - of my
unit test file.
EXPERIMENTAL/org-e-html.el [new file with mode: 0644]
contrib/lisp/org-export.el