org-babel-after-execute-hook | Hook for functions to be called after ‘org-babel-execute-src-block’. |
org-babel-common-header-args-w-values | Alist defining common header args and their allowed values. |
org-babel-current-src-block-location | Marker pointing to the source block currently being executed. |
org-babel-default-header-args | Default arguments to use when evaluating a source block. |
org-babel-default-inline-header-args | Default arguments to use when evaluating an inline source block. |
org-babel-exp-reference-buffer | Buffer containing original contents of the exported buffer. |
org-babel-expand-noweb-references--cache | Noweb reference cache used during expansion. |
org-babel-expand-noweb-references--cache-buffer | Cons (BUFFER . MODIFIED-TICK) for cached noweb references. |
org-babel-hash-show | Number of initial characters to show of a hidden results hash. |
org-babel-hash-show-time | Non-nil means show the time the code block was evaluated in the result hash. |
org-babel-header-arg-names | Common header arguments used by org-babel. |
org-babel-hide-result-overlays | Overlays hiding results. |
org-babel-inline-result-wrap | Format string used to wrap inline results. |
org-babel-min-lines-for-block-output | The minimum number of lines for block output. |
org-babel-multi-line-header-regexp | Regular expression used to match multi-line header arguments. |
org-babel-name-regexp | Regexp matching a NAME keyword. |
org-babel-no-eval-on-ctrl-c-ctrl-c | Remove code block evaluation from the ‘C-c C-c’ key binding. |
org-babel-noweb-error-all-langs | Raise errors when noweb references don’t resolve. |
org-babel-noweb-error-langs | Languages for which Babel will raise literate programming errors. |
org-babel-noweb-wrap-end | String used to end a noweb reference in a code block. |
org-babel-noweb-wrap-start | String used to begin a noweb reference in a code block. |
org-babel-remote-temporary-directory | Directory to hold temporary files on remote hosts. |
org-babel-result-regexp | Regular expression used to match result lines. |
org-babel-result-w-name-regexp | Regexp matching a RESULTS keyword with a name. |
org-babel-results-keyword | Keyword used to name results generated by code blocks. |
org-babel-safe-header-args | A list of safe header arguments for babel source blocks. |
org-babel-src-block-regexp | Regexp used to identify code blocks. |
org-babel-src-name-regexp | Regular expression used to match a source name line. |
org-babel-temporary-directory | Directory to hold temporary files created to execute code blocks. |
org-babel-temporary-stable-directory | Directory to hold temporary files created to execute code blocks. |
org-babel-uppercase-example-markers | When non-nil, begin/end example markers will be inserted in upper case. |
org-confirm-babel-evaluate | Confirm before evaluation. |