Variable: org-agenda-start-with-entry-text-mode
org-agenda-start-with-entry-text-mode is a customizable variable
defined in org-agenda.el.gz.
Value
nil
Documentation
The initial value of entry-text-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-entry-text-mode nil
"The initial value of entry-text-mode in a newly created agenda window."
:group 'org-agenda-startup
:type 'boolean)