소스 검색

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