Variable: org-agenda-entry-text-maxlines
org-agenda-entry-text-maxlines is a customizable variable defined in
org-agenda.el.gz.
Value
5
Documentation
Number of text lines to be added when E is pressed in the agenda.
Note that this variable only used during agenda display. To add entry text
when exporting the agenda, configure the variable
org-agenda-add-entry-text-maxlines.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-entry-text-maxlines 5
"Number of text lines to be added when `E' is pressed in the agenda.
Note that this variable only used during agenda display. To add entry text
when exporting the agenda, configure the variable
`org-agenda-add-entry-text-maxlines'."
:group 'org-agenda
:type 'integer)