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