Function: org-export-collect-listings
org-export-collect-listings is a byte-compiled function defined in
ox.el.gz.
Signature
(org-export-collect-listings INFO)
Documentation
Build a list of source blocks.
INFO is a plist used as a communication channel.
Return a list of src-block elements with a caption.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defun org-export-collect-listings (info)
"Build a list of source blocks.
INFO is a plist used as a communication channel.
Return a list of `src-block' elements with a caption."
(org-export-collect-elements 'src-block info))