aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-24 02:43:24 +0000
committerGlenn Morris2007-07-24 02:43:24 +0000
commit0772257d235920ccef51d8e9719c0d301ea2ad65 (patch)
treeded76ec81f8bcb2fd86278ba7484d774f27c919b
parenta77e7064cd4eebe351e808a4e6f6d964a34223b0 (diff)
downloademacs-0772257d235920ccef51d8e9719c0d301ea2ad65.tar.gz
emacs-0772257d235920ccef51d8e9719c0d301ea2ad65.zip
(Writing Calendar Files): cal-tex-diary etc only work
for some calendars.
-rw-r--r--man/calendar.texi16
1 files changed, 10 insertions, 6 deletions
diff --git a/man/calendar.texi b/man/calendar.texi
index 58ca24af7d9..5182474622d 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -432,12 +432,16 @@ argument which specifies how many days, weeks, months or years to print
432 If the variable @code{cal-tex-holidays} is non-@code{nil} (the default), 432 If the variable @code{cal-tex-holidays} is non-@code{nil} (the default),
433then the printed calendars show the holidays in @code{calendar-holidays}. 433then the printed calendars show the holidays in @code{calendar-holidays}.
434If the variable @code{cal-tex-diary} is non-@code{nil} (the default is 434If the variable @code{cal-tex-diary} is non-@code{nil} (the default is
435@code{nil}), diary entries are included also (in weekly and monthly 435@code{nil}), diary entries are included also (in monthly, filofax, and
436calendars only). If the variable @code{cal-tex-rules} is non-@code{nil} 436iso-week calendars only). If the variable @code{cal-tex-rules} is
437(the default is @code{nil}), the calendar displays ruled pages 437non-@code{nil} (the default is @code{nil}), the calendar displays ruled
438in styles that have sufficient room. You can use the variable 438pages in styles that have sufficient room. Consult the documentation of
439@code{cal-tex-preamble-extra} to insert extra La@TeX{} commands in the 439the individual cal-tex functions to see which calendars support which
440preamble of the generated document if you need to. 440features.
441
442 You can use the variable @code{cal-tex-preamble-extra} to insert extra
443La@TeX{} commands in the preamble of the generated document if you need
444to.
441 445
442@node Holidays 446@node Holidays
443@section Holidays 447@section Holidays