From: Christophe Rhodes Date: Sat, 11 Jan 2014 19:55:09 +0000 (+0000) Subject: make it work with org-mode 8 X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=5ca0271393659195cb5a87e423858eed16eacfa4 make it work with org-mode 8 (no, don't preserve workingness with org-mode 7. I bet this comes back to bite me.) --- diff --git a/org-export.el b/org-export.el index ecb16ee..4f0e3dc 100644 --- a/org-export.el +++ b/org-export.el @@ -2,4 +2,4 @@ (new `(,(nth 0 orig) ,(nth 1 orig) ,(remove ?\" (nth 2 orig)) ,(nth 3 orig) ,(nth 4 orig) ,(nth 5 orig)))) (org-set-emph-re 'org-emphasis-regexp-components new) - (org-export-as-html nil)) + (org-html-export-to-html nil))