emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calendar.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/man/calendar.texi,v
Date: Sat, 28 Oct 2006 21:59:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       06/10/28 21:59:56

Index: calendar.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/calendar.texi,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- calendar.texi       30 Sep 2006 01:32:47 -0000      1.49
+++ calendar.texi       28 Oct 2006 21:59:56 -0000      1.50
@@ -35,7 +35,7 @@
 * Scroll Calendar::     Bringing earlier or later months onto the screen.
 * Counting Days::       How many days are there between two dates?
 * General Calendar::    Exiting or recomputing the calendar.
-* LaTeX Calendar::      Print a calendar using LaTeX.
+* Writing Calendar Files:: Writing calendars to files of various formats.
 * Holidays::            Displaying dates of holidays.
 * Sunrise/Sunset::      Displaying local times of sunrise and sunset.
 * Lunar Phases::        Displaying phases of the moon.
@@ -341,10 +341,46 @@
 (If a frame contains a dedicated calendar window, exiting from the
 calendar iconifies that frame.)
 
address@hidden LaTeX Calendar
address@hidden LaTeX Calendar
address@hidden calendar and address@hidden
address@hidden Writing Calendar Files
address@hidden Writing Calendar Files
+
+  These packages produce files of various formats containing calendar
+and diary entries, for display purposes.
+
address@hidden 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 @address@hidden@var{mm}.html}, where @var{yyyy} and
address@hidden 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.
+
address@hidden cal-html-css-default
+  Diary entries enclosed by @code{<} and @code{>} are interpreted as
+HTML tags (for example: this is a diary entry with <font
+color=''red''>some red text</font>).  You can change the overall
+appearance of the displayed HTML pages (for example, the color of
+various page elements, header styles) via a stylesheet @file{cal.css} in
+the directory containing the HTML files (see the value of the variable
address@hidden for relevant style settings).
 
address@hidden t @r{(Calendar mode)}
address@hidden @kbd
address@hidden H m
+Generate a one-month calendar (@code{cal-html-cursor-month}).
address@hidden H y
+Generate a calendar file for each month of a year, as well as an index
+page (@code{cal-html-cursor-year}).  By default, this command writes
+files to a @var{yyyy} subdirectory - if this is altered some hyperlinks
+between years will not work.
address@hidden table
+
+  If the variable @code{cal-html-print-day-number-flag} is
address@hidden, then the monthly calendars show the day-of-the-year
+number. The variable @code{cal-html-year-index-cols} specifies the
+number of columns in the yearly index page.
+
address@hidden calendar and address@hidden
    The Calendar address@hidden commands produce a buffer of address@hidden 
code that
 prints as a calendar.  Depending on the command you use, the printed
 calendar covers the day, week, month or year that point is in.
@@ -401,7 +437,7 @@
 calendars only).  If the variable @code{cal-tex-rules} is address@hidden
 (the default is @code{nil}), the calendar displays ruled pages
 in styles that have sufficient room.  You can use the variable
address@hidden to insert extra LaTeX commands in the
address@hidden to insert extra address@hidden commands in the
 preamble of the generated document if you need to.
 
 @node Holidays




reply via email to

[Prev in Thread] Current Thread [Next in Thread]