Variable: org-babel-comint-fallback-regexp-threshold

org-babel-comint-fallback-regexp-threshold is a customizable variable defined in ob-comint.el.gz.

Value

5.0

Documentation

Waiting time until trying to use fallback regexp to detect prompt.

This is useful when prompt unexpectedly changes.

This variable was added, or its default value changed, in Org version
9.7.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-comint.el.gz
(defcustom org-babel-comint-fallback-regexp-threshold 5.0
  "Waiting time until trying to use fallback regexp to detect prompt.
This is useful when prompt unexpectedly changes."
  :type 'float
  :group 'org-babel
  :package-version '(Org . "9.7"))