el-get/recipes/org-reveal.rcp
Alex Ott 61604da095 add org-reveal recipe for package to export org-mode to Reveal.js presentations
package depends on Org Mode 8.0, so 'depends org-mode' was added explicitly
2013-06-01 11:46:22 +02:00

7 lines
206 B
Plaintext

(:name org-reveal
:type github
:pkgname "yjwen/org-reveal"
:description "Exports Org-mode contents to Reveal.js HTML presentation."
:depends org-mode
:features ox-reveal)