Variable: org-babel-default-lob-header-args
org-babel-default-lob-header-args is a variable defined in
ob-lob.el.gz.
Value
((:exports . "results"))
Documentation
Default header arguments to use when exporting Babel calls.
By default, a Babel call inherits its arguments from the source block being called. Header arguments defined in this variable take precedence over these. It is useful for properties that should not be inherited from a source block.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-lob.el.gz
(defvar org-babel-default-lob-header-args '((:exports . "results"))
"Default header arguments to use when exporting Babel calls.
By default, a Babel call inherits its arguments from the source
block being called. Header arguments defined in this variable
take precedence over these. It is useful for properties that
should not be inherited from a source block.")