Variable: appt-display-diary
appt-display-diary is a customizable variable defined in appt.el.gz.
Value
t
Documentation
Non-nil displays the diary when the appointment list is first initialized.
This occurs when this package is first activated, and then at midnight when the appointment list updates.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/appt.el.gz
(defcustom appt-display-diary t
"Non-nil displays the diary when the appointment list is first initialized.
This occurs when this package is first activated, and then at
midnight when the appointment list updates."
:type 'boolean
:group 'appt)