Function: org-odt-example-block

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

Signature

(org-odt-example-block EXAMPLE-BLOCK CONTENTS INFO)

Documentation

Transcode a EXAMPLE-BLOCK element from Org to ODT.

CONTENTS is nil. INFO is a plist holding contextual information.

Source Code

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

(defun org-odt-example-block (example-block _contents info)
  "Transcode a EXAMPLE-BLOCK element from Org to ODT.
CONTENTS is nil.  INFO is a plist holding contextual information."
  (org-odt-format-code example-block info))