浏览代码

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>
Nicolas Goaziou 10 年之前
父节点
当前提交
50a0e712cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

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