Variable: org-babel-exp-reference-buffer

org-babel-exp-reference-buffer is a variable defined in ob-core.el.gz.

Value

nil

Documentation

Buffer containing original contents of the exported buffer.

This is used by Babel to resolve references in source blocks. Its value is dynamically bound during export.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defvar org-babel-exp-reference-buffer nil
  "Buffer containing original contents of the exported buffer.
This is used by Babel to resolve references in source blocks.
Its value is dynamically bound during export.")