Function: org-ascii-dynamic-block

org-ascii-dynamic-block is a byte-compiled function defined in ox-ascii.el.gz.

Signature

(org-ascii-dynamic-block DYNAMIC-BLOCK CONTENTS INFO)

Documentation

Transcode a DYNAMIC-BLOCK element from Org to ASCII.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-ascii.el.gz
;;;; Dynamic Block

(defun org-ascii-dynamic-block (_dynamic-block contents _info)
  "Transcode a DYNAMIC-BLOCK element from Org to ASCII.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information."
  contents)