Christophe Weblog Wiki Code Publications Music
make it work with org-mode 8
authorChristophe Rhodes <csr21@cantab.net>
Sat, 11 Jan 2014 19:55:09 +0000 (19:55 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 11 Jan 2014 19:55:09 +0000 (19:55 +0000)
(no, don't preserve workingness with org-mode 7.  I bet this comes
back to bite me.)

org-export.el

index ecb16eefc880d77d2f782c17c5af3fb9edac0112..4f0e3dcee47a1189f9220f85b3594f26c4b536a6 100644 (file)
@@ -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))