Function: org-odt-radio-target

org-odt-radio-target is a byte-compiled function defined in ox-odt.el.gz.

Signature

(org-odt-radio-target RADIO-TARGET TEXT INFO)

Documentation

Transcode a RADIO-TARGET object from Org to ODT.

TEXT is the text of the target. INFO is a plist holding contextual information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
;;;; Radio Target

(defun org-odt-radio-target (radio-target text info)
  "Transcode a RADIO-TARGET object from Org to ODT.
TEXT is the text of the target.  INFO is a plist holding
contextual information."
  (org-odt--target text (org-export-get-reference radio-target info)))