renard / o-blog

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

Export broken w/ recent org-mode version #66

Closed limist closed 11 years ago

limist commented 11 years ago

With a recent version of org-mode, 7.9.3d, there's an error when doing org-publish-blog of Wrong type argument: stringp, nil

Following the directions on the bug-report.html page, here's the output

https://gist.github.com/4639239

renard commented 11 years ago

org-export-as-html argument list has changed on new org-mode versions. WTF?

I did a quick fix on master. can you please try?

limist commented 11 years ago

Thanks for quick response! Seems to work now, pages/posts are built w/o error. I will not be so anxious to upgrade org-mode in the future. :)