add org-ehtml

Export Org-mode files as editable web pages.
This commit is contained in:
Eric Schulte 2014-01-02 14:25:15 -07:00 committed by Eric Schulte
parent 598723893a
commit 6faf9e69e6

5
recipes/org-ehtml Normal file
View file

@ -0,0 +1,5 @@
(org-ehtml :fetcher github
:repo "eschulte/org-ehtml"
:files ("src/*.el"
"src/ox-ehtml.js"
"src/ox-ehtml.css"))