Closed kpietak closed 12 years ago
It seems that you don't have the htmlize-region-for-paste
which is included in the htmlize
package.
In o-blog
the htmlize
package is required as this (require 'htmlize nil t)
thus it wont notify you on failure.
Can you run (require 'htmlize)
to check if you do have that package installed correctly.
That was the case - I've installed the htmlize
package and everything went fine.
Thanks for quick reply!!
Ok you're welcome
This just bit me too - can I suggest that you put this somewhere in the documentation as a requirement? I installed with elpa (i.e. The version in M-x package-list-packages) first and then I've installed it as a submodule in my .emacs.d/vendor directory.
I would add a vote for adding this to the setup instructions. With M-x el-get-install<RET>htmlize
followed by M-x el-get-install<RET>o-blog
, everything works.
@balajis No need to do that. el-get must install htmlize automatically, since o-blog recipe says it depends on htmlize. If el-get failed to install o-blog, then its a bug in el-get.
I've followed the instruction from the home page (i.e. I've opened
sample.org
file and executed org-publish-blog command), but no html files have been generated (only atips
directory which contains two png images in subdirectories).I use Emacs 24 on Ubuntu 12.04. O-blog has been fetched using el-get.
The command output is listed below (the last message suggests that something is wrong..):