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