Function: org-odt-target
org-odt-target is a byte-compiled function defined in ox-odt.el.gz.
Signature
(org-odt-target TARGET CONTENTS INFO)
Documentation
Transcode a TARGET object from Org to ODT.
CONTENTS is nil. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
;;;; Target
(defun org-odt-target (target _contents info)
"Transcode a TARGET object from Org to ODT.
CONTENTS is nil. INFO is a plist holding contextual
information."
(org-odt--target "" (org-export-get-reference target info)))