Variable: org-agenda-start-with-follow-mode
org-agenda-start-with-follow-mode is a customizable variable defined
in org-agenda.el.gz.
Value
nil
Documentation
The initial value of follow mode in a newly created agenda window.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-start-with-follow-mode nil
"The initial value of follow mode in a newly created agenda window."
:group 'org-agenda-startup
:type 'boolean)