Function: org-element-radio-target-interpreter

org-element-radio-target-interpreter is a byte-compiled function defined in org-element.el.gz.

Signature

(org-element-radio-target-interpreter _ CONTENTS)

Documentation

Interpret target object as Org syntax.

CONTENTS is the contents of the object.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defun org-element-radio-target-interpreter (_ contents)
  "Interpret target object as Org syntax.
CONTENTS is the contents of the object."
  (concat "<<<" contents ">>>"))