Variable: org-agenda-log-mode-add-notes
org-agenda-log-mode-add-notes is a customizable variable defined in
org-agenda.el.gz.
Value
t
Documentation
Non-nil means add first line of notes to log entries in agenda views.
If a log item like a state change or a clock entry is associated with notes, the first line of these notes will be added to the entry in the agenda display.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-log-mode-add-notes t
"Non-nil means add first line of notes to log entries in agenda views.
If a log item like a state change or a clock entry is associated with
notes, the first line of these notes will be added to the entry in the
agenda display."
:group 'org-agenda-daily/weekly
:type 'boolean)