Function: org-odt-dynamic-block

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

Signature

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

Documentation

Transcode a DYNAMIC-BLOCK element from Org to ODT.

CONTENTS holds the contents of the block. INFO is a plist holding contextual information. See org-export-data.

Source Code

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

(defun org-odt-dynamic-block (_dynamic-block contents _info)
  "Transcode a DYNAMIC-BLOCK element from Org to ODT.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.  See `org-export-data'."
  contents)