Variable: org-babel-comint-async-chunk-callback
org-babel-comint-async-chunk-callback is a buffer-local variable
defined in ob-comint.el.gz.
Documentation
Callback function to clean Babel async output results before insertion.
Its single argument is a string consisting of output from the
comint process. It should return a string that will be passed
to org-babel-insert-result.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-comint.el.gz
(defvar-local org-babel-comint-async-chunk-callback nil
"Callback function to clean Babel async output results before insertion.
Its single argument is a string consisting of output from the
comint process. It should return a string that will be passed
to `org-babel-insert-result'.")