Variable: org-babel-comint-async-file-callback
org-babel-comint-async-file-callback is a buffer-local variable
defined in ob-comint.el.gz.
Documentation
Callback to clean and insert Babel async results from a temp file.
The callback function takes two arguments: the alist of params of the Babel source block, and the name of the temp file.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-comint.el.gz
(defvar-local org-babel-comint-async-file-callback nil
"Callback to clean and insert Babel async results from a temp file.
The callback function takes two arguments: the alist of params of the Babel
source block, and the name of the temp file.")