Variable: org-agenda-follow-indirect
org-agenda-follow-indirect is a customizable variable defined in
org-agenda.el.gz.
Value
nil
Documentation
Non-nil means org-agenda-follow-mode(var)/org-agenda-follow-mode(fun) displays only the
current item's tree, in an indirect buffer.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-follow-indirect nil
"Non-nil means `org-agenda-follow-mode' displays only the
current item's tree, in an indirect buffer."
:group 'org-agenda
:version "24.1"
:type 'boolean)