Variable: org-babel-library-of-babel
org-babel-library-of-babel is a variable defined in ob-lob.el.gz.
Value
nil
Documentation
Library of source-code blocks.
This is an association list. Populate the library by calling
org-babel-lob-ingest on files containing source blocks.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-lob.el.gz
(defvar org-babel-library-of-babel nil
"Library of source-code blocks.
This is an association list. Populate the library by calling
`org-babel-lob-ingest' on files containing source blocks.")