renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Symbol's function definition is void: htmlize-region-for-paste #90

Closed mankoff closed 11 years ago

mankoff commented 11 years ago

I'm using GNU Emacs 24.3.1 on OS X with org-mode version 20130902 (up-to-date via elpa).

When I follow the Quick Start Guide and M-x org-publish-blog, I get the following error:

Symbol's function definition is void: htmlize-region-for-paste

igoumeninja commented 10 years ago

I have the same problem, any help?

renard commented 10 years ago

htmlize-region-for-paste is defined in htmlize.el.

(require 'htmlize) will solve your problem. I am surprised since this is done by o-blog.el

igoumeninja commented 10 years ago

Thanks renard, is working! (add-to-list 'load-path "~/.emacs.d/personal/sclang-orgmode-prelude/packages/htmlize") (require 'htmlize)

thanks for sharing

vbalnt commented 10 years ago

This can also be solved by running package-install htmlize if you use marmelade or melpa.