Variable: org-indent-agent-active-delay

org-indent-agent-active-delay is a variable defined in org-indent.el.gz.

Value

(0 2 0)

Documentation

Time to run agent before switching to other idle processes.

Delay used when the buffer to initialize is current.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-indent.el.gz
(defvar org-indent-agent-active-delay '(0 2 0)
  "Time to run agent before switching to other idle processes.
Delay used when the buffer to initialize is current.")