浏览代码

ox-odt: Fix typo

* lisp/ox-odt.el (org-odt--translate-image-links): Fix typo.
Nicolas Goaziou 8 年之前
父节点
当前提交
3469830e3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

@@ -3691,7 +3691,7 @@ contextual information."
 ;;; Images
 
 (defun org-odt--translate-image-links (data _backend info)
-  (org-export-insert-image-links data info inline image rules))
+  (org-export-insert-image-links data info org-odt-inline-image-rules))
 
 ;;;; LaTeX fragments