diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-02-15 15:42:04 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-02-15 15:42:04 (GMT) |
| commit | 4d7f4d87fb00ae206069fb7bb3503056bcd813ad (patch) | |
| tree | bcc68a0f38d59cd42af4ee28e0f83bbc1c52e1ea | |
| parent | 94dbeedd4a259aaf8f644a9b65371452fc841e36 (diff) | |
| download | org-mode-4d7f4d87fb00ae206069fb7bb3503056bcd813ad.zip org-mode-4d7f4d87fb00ae206069fb7bb3503056bcd813ad.tar.gz | |
Fix last commit
| -rw-r--r-- | lisp/ox-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 4575599..44b92f7 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) "")) |
