From 5ca0271393659195cb5a87e423858eed16eacfa4 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sat, 11 Jan 2014 19:55:09 +0000 Subject: [PATCH] make it work with org-mode 8 (no, don't preserve workingness with org-mode 7. I bet this comes back to bite me.) --- org-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2