Variable: cal-html-print-day-number-flag

cal-html-print-day-number-flag is a customizable variable defined in cal-html.el.gz.

Value

nil

Documentation

Non-nil means print the day-of-the-year number in the monthly cal-html page.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defcustom cal-html-print-day-number-flag nil
  "Non-nil means print the day-of-the-year number in the monthly cal-html page."
  :type 'boolean
  :group 'calendar-html)