mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-07 21:35:02 +00:00
ox-odt: Fix typo
* lisp/ox-odt.el (org-odt--translate-image-links): Fix typo.
This commit is contained in:
parent
5ffb373a2c
commit
3469830e3d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user