Variable: cal-html-holidays

cal-html-holidays is a customizable variable defined in cal-html.el.gz.

Value

t

Documentation

If non-nil, include holidays as well as diary entries.

This variable was added, or its default value changed, in Emacs 24.3.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defcustom cal-html-holidays t
  "If non-nil, include holidays as well as diary entries."
  :version "24.3"
  :type 'boolean
  :group 'calendar-html)