el-get/recipes/org2blog.rcp
Thiago Barroso Perrotta 2a6effb0ab add org-mode dependency to org2blog
This change fixes an error about the missing ox-html library. This library is located within el-get/org-mode/lisp/ox-html.elc when I have org-mode installed (with el-get). Without org-mode, org2blog doesn't fully load.
2014-09-06 18:33:00 -04:00

7 lines
203 B
Plaintext

(:name org2blog
:description "Blog from Org mode to wordpress"
:type github
:pkgname "punchagan/org2blog"
:depends (xml-rpc-el metaweblog org-mode)
:features org2blog)