Variable: cal-html-directory

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

Value

"~/public_html"

Documentation

Directory for HTML pages generated by cal-html.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defcustom cal-html-directory "~/public_html"
  "Directory for HTML pages generated by cal-html."
  :type 'string
  :group 'calendar-html)