Function: org-ascii-radio-target

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

Signature

(org-ascii-radio-target RADIO-TARGET CONTENTS INFO)

Documentation

Transcode a RADIO-TARGET object from Org to ASCII.

CONTENTS is the contents of the target. INFO is a plist holding contextual information.

Source Code

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

(defun org-ascii-radio-target (_radio-target contents _info)
  "Transcode a RADIO-TARGET object from Org to ASCII.
CONTENTS is the contents of the target.  INFO is a plist holding
contextual information."
  contents)