el-get/recipes/org2blog.rcp
Lefteris Karapetsas e67f42f2e8 Org2blog recipe should depend on htmlize
Trying to install org2blog without this dependency fails. It can also be seen in
[their Readme](https://github.com/org2blog/org2blog#dependencies).
2019-03-16 18:16:59 -04:00

7 lines
211 B
Plaintext

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