Variable: calendar-christian-all-holidays-flag

calendar-christian-all-holidays-flag is a customizable variable defined in calendar.el.gz.

Value

nil

Documentation

If nil, show only major holidays from the Christian calendar.

This means only those Christian holidays that appear on secular calendars. Otherwise, show all the holidays that would appear in a complete Christian calendar.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-christian-all-holidays-flag nil
  "If nil, show only major holidays from the Christian calendar.
This means only those Christian holidays that appear on secular calendars.
Otherwise, show all the holidays that would appear in a complete Christian
calendar."
  :type 'boolean
  :group 'holidays)