Document cal-html-holidays
authorGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:00:24 +0000 (00:00 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:00:24 +0000 (00:00 -0700)
* doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays.

* etc/NEWS: Related edit.

doc/emacs/ChangeLog
doc/emacs/calendar.texi
etc/NEWS

index 067574b..4938ae1 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
+
 2012-10-06  Glenn Morris  <rgm@gnu.org>
 
        * calendar.texi (Writing Calendar Files): Tweak week descriptions.
index d46e26c..d1ddd0d 100644 (file)
@@ -349,11 +349,12 @@ calendar deletes or iconifies that frame depending on the value of
 
 @cindex calendar and HTML
   The Calendar HTML commands produce files of HTML code that contain
-calendar and diary entries.  Each file applies to one month, and has a
-name of the format @file{@var{yyyy}-@var{mm}.html}, where @var{yyyy} and
-@var{mm} are the four-digit year and two-digit month, respectively.  The
-variable @code{cal-html-directory} specifies the default output
-directory for the HTML files.
+calendar, holiday, and diary entries.  Each file applies to one month,
+and has a name of the format @file{@var{yyyy}-@var{mm}.html}, where
+@var{yyyy} and @var{mm} are the four-digit year and two-digit month,
+respectively.  The variable @code{cal-html-directory} specifies the
+default output directory for the HTML files.  To prevent holidays
+from being shown, customize @code{cal-html-holidays}.
 
 @vindex cal-html-css-default
   Diary entries enclosed by @code{<} and @code{>} are interpreted as
index 1a7eb82..cd8be6f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -286,8 +286,9 @@ See the variable `calendar-month-header'.
 +++
 *** New LaTeX calendar style, produced by `cal-tex-cursor-week2-summary'.
 
++++
 *** The calendars produced by cal-html include holidays.
-Customize cal-html-holidays to change this.
+Customize `cal-html-holidays' to change this.
 
 ** CL