Variable: org-babel-noweb-error-langs
org-babel-noweb-error-langs is a variable defined in ob-core.el.gz.
Value
nil
Documentation
Languages for which Babel will raise literate programming errors.
List of languages for which errors should be raised when the
source code block satisfying a noweb reference in this language
can not be resolved. Also see org-babel-noweb-error-all-langs
to raise errors for all languages.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defvar org-babel-noweb-error-langs nil
"Languages for which Babel will raise literate programming errors.
List of languages for which errors should be raised when the
source code block satisfying a noweb reference in this language
can not be resolved. Also see `org-babel-noweb-error-all-langs'
to raise errors for all languages.")