diff options
| author | Glenn Morris | 2012-10-08 00:00:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-08 00:00:24 -0700 |
| commit | b859a3833a3eaa13b81ffba18812c38ab023de9f (patch) | |
| tree | b27631b88a93511273b90fd91e862f7a732decae /doc | |
| parent | e499e60744fbb692201564743fc9859fa63a1196 (diff) | |
| download | emacs-b859a3833a3eaa13b81ffba18812c38ab023de9f.tar.gz emacs-b859a3833a3eaa13b81ffba18812c38ab023de9f.zip | |
Document cal-html-holidays
* doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
* etc/NEWS: Related edit.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 067574b9a0d..4938ae193a8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi (Writing Calendar Files): Mention cal-html-holidays. | ||
| 4 | |||
| 1 | 2012-10-06 Glenn Morris <rgm@gnu.org> | 5 | 2012-10-06 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * calendar.texi (Writing Calendar Files): Tweak week descriptions. | 7 | * calendar.texi (Writing Calendar Files): Tweak week descriptions. |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index d46e26cddcf..d1ddd0dce90 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -349,11 +349,12 @@ calendar deletes or iconifies that frame depending on the value of | |||
| 349 | 349 | ||
| 350 | @cindex calendar and HTML | 350 | @cindex calendar and HTML |
| 351 | The Calendar HTML commands produce files of HTML code that contain | 351 | The Calendar HTML commands produce files of HTML code that contain |
| 352 | calendar and diary entries. Each file applies to one month, and has a | 352 | calendar, holiday, and diary entries. Each file applies to one month, |
| 353 | name of the format @file{@var{yyyy}-@var{mm}.html}, where @var{yyyy} and | 353 | and has a name of the format @file{@var{yyyy}-@var{mm}.html}, where |
| 354 | @var{mm} are the four-digit year and two-digit month, respectively. The | 354 | @var{yyyy} and @var{mm} are the four-digit year and two-digit month, |
| 355 | variable @code{cal-html-directory} specifies the default output | 355 | respectively. The variable @code{cal-html-directory} specifies the |
| 356 | directory for the HTML files. | 356 | default output directory for the HTML files. To prevent holidays |
| 357 | from being shown, customize @code{cal-html-holidays}. | ||
| 357 | 358 | ||
| 358 | @vindex cal-html-css-default | 359 | @vindex cal-html-css-default |
| 359 | Diary entries enclosed by @code{<} and @code{>} are interpreted as | 360 | Diary entries enclosed by @code{<} and @code{>} are interpreted as |