Variable: calendar-view-diary-initially-flag

calendar-view-diary-initially-flag is a customizable variable defined in calendar.el.gz.

Value

nil

Documentation

Non-nil means display current date's diary entries on entry to calendar.

The diary is displayed in another window when the calendar is first displayed, if the current date is visible. The number of days of diary entries displayed is governed by the variable diary-number-of-entries. This variable can be overridden by the value of calendar-setup.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-view-diary-initially-flag nil
  "Non-nil means display current date's diary entries on entry to calendar.
The diary is displayed in another window when the calendar is first displayed,
if the current date is visible.  The number of days of diary entries displayed
is governed by the variable `diary-number-of-entries'.  This variable can
be overridden by the value of `calendar-setup'."
  :type 'boolean
  :group 'diary)