From 4d7f4d87fb00ae206069fb7bb3503056bcd813ad Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 15 Feb 2013 16:42:04 +0100 Subject: [PATCH] Fix last commit --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 4575599e0..44b92f722 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1270,7 +1270,7 @@ INFO is a plist used as a communication channel." INFO is a plist used as a communication channel." (when (and (memq (plist-get info :with-latex) '(mathjax t)) (org-element-map (plist-get info :parse-tree) - '(latex-fragment) 'identity info t)) + '(latex-fragment latex-environment) 'identity info t)) (let ((template org-html-mathjax-template) (options org-html-mathjax-options) (in-buffer (or (plist-get info :html-mathjax) ""))