Function: org-texinfo-dynamic-block
org-texinfo-dynamic-block is a byte-compiled function defined in
ox-texinfo.el.gz.
Signature
(org-texinfo-dynamic-block DYNAMIC-BLOCK CONTENTS INFO)
Documentation
Transcode a DYNAMIC-BLOCK element from Org to Texinfo.
CONTENTS holds the contents of the block. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;; Dynamic Block
(defun org-texinfo-dynamic-block (_dynamic-block contents _info)
"Transcode a DYNAMIC-BLOCK element from Org to Texinfo.
CONTENTS holds the contents of the block. INFO is a plist
holding contextual information."
contents)