Variable: cal-tex-holidays

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

Value

t

Documentation

Non-nil means holidays are printed in the LaTeX calendars that support it.

Setting this to nil may speed up calendar generation.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defcustom cal-tex-holidays t
  "Non-nil means holidays are printed in the LaTeX calendars that support it.
Setting this to nil may speed up calendar generation."
  :type 'boolean
  :group 'calendar-tex)