Variable: cal-tex-rules
cal-tex-rules is a customizable variable defined in cal-tex.el.gz.
Value
nil
Documentation
Non-nil means pages will be ruled in some LaTeX calendar styles.
At present, this only affects the daily filofax calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defcustom cal-tex-rules nil
"Non-nil means pages will be ruled in some LaTeX calendar styles.
At present, this only affects the daily filofax calendar."
:type 'boolean
:group 'calendar-tex)