renard / o-blog

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

org function has been renamed #101

Closed jave closed 10 years ago

jave commented 10 years ago

org-export-as-html to org-html-export-as-html

jave commented 10 years ago

I tried the following diff. Initial tests are promising.

diff --git a/o-blog.el b/o-blog.el index 3065a95..9042f46 100644 --- a/o-blog.el +++ b/o-blog.el @@ -725,7 +725,7 @@ headers and body." (ignore-errors (org-export-as-html nil nil nil 'string t)) (ignore-errors (org-export-as-html nil nil 'string t)) (ignore-errors (org-export-as 'html nil nil t nil))

jave commented 10 years ago

doesnt seem to be a problem anymore.