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: non-ob:post #3

Closed exaos closed 12 years ago

exaos commented 12 years ago

I try to translate the sample page into Chinese. The navigation bar is blank, and an error is in "index.html": <div class="nav-collapse"> Lisp error in nil: (error ob:post-content-html accessing a non-ob:post) </div> My test: https://github.com/exaos/o-blog/tree/gh-pages

exaos commented 12 years ago

Problem solved: The entry "Navigation" cannot use language other than English.

Also another problem: the blog generate file names based on entry title; if the title is not in English (e.g. Chinese), it would generate file names like "Tips/2012/03/20_.html". I hope to add some property to the entry, e.g. "out_filename: just-a-test", then the generated file will be named as "Tips/2012/03/20_just-a-test.html".

renard commented 12 years ago

If this issue is solved can you please close it.

Thanks