Function: org-html-dynamic-block

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

Signature

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

Documentation

Transcode a DYNAMIC-BLOCK element from Org to HTML.

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-html.el.gz
;;;; Dynamic Block

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