瀏覽代碼

ox-odt: Small fix

* ox-odt.el (org-odt--translate-latex-fragments): Fix small
  bug in cebdec663d63d6971c20cb99e5502e646ee12187.
Rasmus 10 年之前
父節點
當前提交
ac55f280d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

@@ -3821,7 +3821,7 @@ contextual information."
 	      ;; a `link' object.
 	      (let* ((link (org-element-map
 			       (org-element-parse-secondary-string
-				org-link 'paragraph)
+				org-link '(paragraph link))
 			       'link #'identity info t))
 		     (replacement
 		      (case (org-element-type latex-*)