Variable: org-babel-current-src-block-location

org-babel-current-src-block-location is a variable defined in ob-core.el.gz.

Value

nil

Documentation

Marker pointing to the source block currently being executed.

This may also point to a call line or an inline code block. If multiple blocks are being executed (e.g., in chained execution through use of the :var header argument) this marker points to the outer-most code block.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
;;; functions
(defvar org-babel-current-src-block-location nil
  "Marker pointing to the source block currently being executed.
This may also point to a call line or an inline code block.  If
multiple blocks are being executed (e.g., in chained execution
through use of the :var header argument) this marker points to
the outer-most code block.")