Variable: org-agenda-show-log
org-agenda-show-log is a variable defined in org-agenda.el.gz.
Value
nil
Documentation
When non-nil, show the log in the agenda.
Do not set this directly; instead use
org-agenda-start-with-log-mode, which see.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-agenda-show-log nil
"When non-nil, show the log in the agenda.
Do not set this directly; instead use
`org-agenda-start-with-log-mode', which see.")