Explorar o código

ox-odt: Fix typo

* lisp/ox-odt.el (org-odt--translate-image-links): Fix typo.
Nicolas Goaziou %!s(int64=9) %!d(string=hai) anos
pai
achega
3469830e3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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