From 410dd12d8976817f70f508c249697172e8c6739b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 27 Mar 2012 12:21:56 +0200 Subject: [PATCH] org-mime.el: Set `org-export-with-LaTeX-fragments' correctly. * org-mime.el (org-mime-htmlize): Set `org-export-with-LaTeX-fragments' correctly. --- contrib/lisp/org-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-mime.el b/contrib/lisp/org-mime.el index 72bdd68f5..e4f87e4e7 100644 --- a/contrib/lisp/org-mime.el +++ b/contrib/lisp/org-mime.el @@ -206,7 +206,7 @@ export that region, otherwise export the entire body." ;; makes the replies with ">"s look nicer (org-export-preserve-breaks org-mime-preserve-breaks) ;; dvipng for inline latex because MathJax doesn't work in mail - (org-export-with-LaTeX-fragments "dvipng") + (org-export-with-LaTeX-fragments 'dvipng) ;; to hold attachments for inline html images (html-and-images (org-mime-replace-images -- 2.11.4.GIT