renard / o-blog

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

Lisp error in nil: (void-function htmlize-protect-string) #9

Closed exaos closed 12 years ago

exaos commented 12 years ago

I tried my Chinese blog using o-blog and got many errors: Lisp error in nil: (void-function htmlize-protect-string) Please see debug info here (you can ignore the Chinese content :-) ): http://exaos.github.com/debug.html The source file is here: https://github.com/exaos/el-orgsite/blob/master/gh-blog.org

I searched and found the error was from htmlize.el included in org-mode package. How to solve such a problem while export blogs using non-ASCII characters?

exaos commented 12 years ago

Sorry. It's the problem that I didn't (require 'htmlize).