Fix last commit

This commit is contained in:
Bastien Guerry 2013-02-15 16:42:04 +01:00
parent 94dbeedd4a
commit 4d7f4d87fb
1 changed files with 1 additions and 1 deletions

View File

@ -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) ""))