0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

ox-odt: Fix handling math snippets in captions

* lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix handling
  math snippets in captions.

Reported-by: Rasmus <rasmus@gmx.us>
<http://permalink.gmane.org/gmane.emacs.orgmode/95446>
This commit is contained in:
Nicolas Goaziou 2015-02-25 23:45:15 +01:00
parent 1493151b3f
commit 50a0e712cc

View file

@ -3851,7 +3851,7 @@ contextual information."
(list :value latex-frag)))
;; Replace now.
(org-element-set-element latex-* replacement))))))
info)))
info nil nil t)))
tree)