* admin/gitmerge.el (gitmerge-missing):
[emacs.git] / doc / emacs / cal-xtra.texi
blobda4e9a083fc64f7494ddbbd1caec3274111d5a81
1 @c This is part of the Emacs manual.  -*- coding: utf-8 -*-
2 @c Copyright (C) 2004-2017 Free Software Foundation, Inc.
3 @c See file emacs.texi for copying conditions.
4 @c
5 @c This file is included either in emacs-xtra.texi (when producing the
6 @c printed version) or in the main Emacs manual (for the on-line version).
8 @c Moved here from the Emacs Lisp Reference Manual, 2005-03-26.
9 @node Advanced Calendar/Diary Usage
10 @section More advanced features of the Calendar and Diary
12   This section describes some of the more advanced/specialized
13 features of the calendar and diary.  It starts with some of the
14 many ways in which you can customize the calendar and diary to suit
15 your personal tastes.
17 @menu
18 * Calendar Customizing::   Calendar layout and hooks.
19 * Holiday Customizing::    Defining your own holidays.
20 * Mayan Calendar::         Moving to a date specified in a Mayan calendar.
21 * Date Display Format::    Changing the format.
22 * Time Display Format::    Changing the format.
23 * Diary Customizing::      Defaults you can set.
24 * Non-Gregorian Diary::    Diary entries based on other calendars.
25 * Diary Display::          A choice of ways to display the diary.
26 * Fancy Diary Display::    Sorting diary entries, using included diary files.
27 * Sexp Diary Entries::     More flexible diary entries.
28 @end menu
30 @node Calendar Customizing
31 @subsection Customizing the Calendar
33 @vindex calendar-intermonth-text
34 @cindex calendar layout
35 @cindex calendar week numbers
36   The calendar display unfortunately cannot be changed from three
37 months, but you can customize the whitespace used by setting the
38 variables: @code{calendar-left-margin},
39 @code{calendar-day-header-width}, @code{calendar-day-digit-width},
40 @code{calendar-column-width}, and @code{calendar-intermonth-spacing}.
41 To display text @emph{between} the months, for example week numbers,
42 customize the variables @code{calendar-intermonth-header} and
43 @code{calendar-intermonth-text} as described in their documentation.
45 @vindex calendar-month-header
46 @vindex calendar-day-header-array
47   The variable @code{calendar-month-header} controls the text that
48 appears above each month in the calendar.  By default, it shows the
49 month and year.  The variable @code{calendar-day-header-array}
50 controls the text that appears above each day's column in every month.
51 By default, it shows the first two letters of each day's name.
53 @vindex calendar-holiday-marker
54 @vindex diary-entry-marker
55 @vindex calendar-today-marker
56   The variable @code{calendar-holiday-marker} specifies how to mark a
57 date that is a holiday.  Its value may be a single-character string to
58 insert next to the date, or a face name to use for displaying the date.
59 Likewise, the variable @code{diary-entry-marker} specifies how to mark a
60 date that has diary entries.  The function @code{calendar-mark-today}
61 uses @code{calendar-today-marker} to mark today's date.  By default,
62 the calendar uses faces named @code{holiday}, @code{diary}, and
63 @code{calendar-today} for these purposes.
65 @vindex calendar-initial-window-hook
66   Starting the calendar runs the normal hook
67 @code{calendar-initial-window-hook}.  Recomputation of the calendar
68 display does not run this hook.  But if you leave the calendar with the
69 @kbd{q} command and reenter it, the hook runs again.
71 @vindex calendar-today-visible-hook
72 @findex calendar-star-date
73   The variable @code{calendar-today-visible-hook} is a normal hook run
74 after the calendar buffer has been prepared with the calendar, when the
75 current date is visible in the window.  One use of this hook is to
76 mark today's date; to do that use either of the functions
77 @code{calendar-mark-today} or @code{calendar-star-date}:
79 @findex calendar-mark-today
80 @smallexample
81 (add-hook 'calendar-today-visible-hook 'calendar-mark-today)
82 @end smallexample
84 @vindex calendar-today-invisible-hook
85 @noindent
86   A similar normal hook, @code{calendar-today-invisible-hook} is run if
87 the current date is @emph{not} visible in the window.
89 @vindex calendar-move-hook
90   Each of the calendar cursor motion commands runs the hook
91 @code{calendar-move-hook} after it moves the cursor.
93 @node Holiday Customizing
94 @subsection Customizing the Holidays
96 @vindex calendar-holidays
97 @vindex holiday-oriental-holidays
98 @vindex holiday-solar-holidays
99   There are several variables listing the default holidays that Emacs
100 knows about.  These are: @code{holiday-general-holidays},
101 @code{holiday-local-holidays}, @code{holiday-solar-holidays},
102 @code{holiday-bahai-holidays}, @code{holiday-christian-holidays},
103 @code{holiday-hebrew-holidays}, @code{holiday-islamic-holidays},
104 @code{holiday-oriental-holidays}, and @code{holiday-other-holidays}.
105 The names should be self-explanatory; e.g., @code{holiday-solar-holidays}
106 lists sun- and moon-related holidays.
108 You can customize these lists of holidays to your own needs, deleting or
109 adding holidays as described below.  Set any of them to @code{nil} to
110 not show the associated holidays.
112 @vindex holiday-general-holidays
113 @vindex holiday-local-holidays
114 @vindex holiday-other-holidays
115   The general holidays are, by default, holidays common throughout the
116 United States.  In contrast, @code{holiday-local-holidays} and
117 @code{holiday-other-holidays} are both empty by default.  These are
118 intended for system-wide settings and your individual use,
119 respectively.
121 @vindex holiday-bahai-holidays
122 @vindex holiday-christian-holidays
123 @vindex holiday-hebrew-holidays
124 @vindex holiday-islamic-holidays
125 @vindex calendar-bahai-all-holidays-flag
126 @vindex calendar-christian-all-holidays-flag
127 @vindex calendar-hebrew-all-holidays-flag
128 @vindex calendar-islamic-all-holidays-flag
129   By default, Emacs does not include all the holidays of the religions
130 that it knows, only those commonly found in secular calendars.  For a
131 more extensive collection of religious holidays, you can set any (or
132 all) of the variables @code{calendar-bahai-all-holidays-flag},
133 @code{calendar-christian-all-holidays-flag},
134 @code{calendar-hebrew-all-holidays-flag}, or
135 @code{calendar-islamic-all-holidays-flag} to @code{t}.
137 @cindex holiday forms
138   Each of the holiday variables is a list of @dfn{holiday forms}, each
139 form describing a holiday (or sometimes a list of holidays).  Here is
140 a table of the possible kinds of holiday form.  Day numbers and month
141 numbers count starting from 1, but @dfn{dayname} numbers count Sunday as
142 0.  The argument @var{string} is always the description of the
143 holiday, as a string.
145 @table @code
146 @item (holiday-fixed @var{month} @var{day} @var{string})
147 A fixed date on the Gregorian calendar.
149 @item (holiday-float @var{month} @var{dayname} @var{k} @var{string}
150       &optional @var{day})
151 The @var{k}th @var{dayname} (@var{dayname}=0 for Sunday, and so on)
152 after or before Gregorian date @var{month}, @var{day}.  Negative @var{k}
153 means count back from the end of the month.  Optional @var{day} defaults
154 to 1 if @var{k} is positive, and the last day of @var{month} otherwise.
156 @item (holiday-chinese @var{month} @var{day} @var{string})
157 A fixed date on the Chinese calendar.
159 @item (holiday-hebrew @var{month} @var{day} @var{string})
160 A fixed date on the Hebrew calendar.
162 @item (holiday-islamic @var{month} @var{day} @var{string})
163 A fixed date on the Islamic calendar.
165 @item (holiday-julian @var{month} @var{day} @var{string})
166 A fixed date on the Julian calendar.
168 @item (holiday-sexp @var{sexp} @var{string})
169 A date calculated by the Lisp expression @var{sexp}.  The expression
170 should use the variable @code{year} to compute and return the date of a
171 holiday in the form of a list @code{(@var{month} @var{day} @var{year})},
172 or @code{nil} if the holiday doesn't happen this year.
174 @item (if @var{condition} @var{holiday-form})
175 A holiday that happens only if @var{condition} is true.
177 @item (@var{function} @r{[}@var{args}@r{]})
178 A list of dates calculated by the function @var{function}, called with
179 arguments @var{args}.
180 @end table
182   For example, suppose you want to add Bastille Day, celebrated in
183 France on July 14 (i.e., the fourteenth day of the seventh month).  You
184 can do this as follows:
186 @smallexample
187 (setq holiday-other-holidays '((holiday-fixed 7 14 "Bastille Day")))
188 @end smallexample
190   Many holidays occur on a specific day of the week, at a specific time
191 of month.  Here is a holiday form describing Hurricane Supplication Day,
192 celebrated in the Virgin Islands on the fourth Monday in July:
194 @smallexample
195 (holiday-float 7 1 4 "Hurricane Supplication Day")
196 @end smallexample
198 @noindent
199 Here the 7 specifies July, the 1 specifies Monday (Sunday is 0,
200 Tuesday is 2, and so on), and the 4 specifies the fourth occurrence in
201 the month (1 specifies the first occurrence, 2 the second occurrence,
202 @minus{}1 the last occurrence, @minus{}2 the second-to-last occurrence, and
203 so on).
205   You can specify holidays that occur on fixed days of the Bahá'í,
206 Chinese, Hebrew, Islamic, and Julian calendars too.  For example,
208 @smallexample
209 (setq holiday-other-holidays
210       '((holiday-hebrew 10 2 "Last day of Hanukkah")
211         (holiday-islamic 3 12 "Mohammed's Birthday")
212         (holiday-julian 4 2 "Jefferson's Birthday")))
213 @end smallexample
215 @noindent
216 adds the last day of Hanukkah (since the Hebrew months are numbered with
217 1 starting from Nisan), the Islamic feast celebrating Mohammed's
218 birthday (since the Islamic months are numbered from 1 starting with
219 Muharram), and Thomas Jefferson's birthday, which is 2 April 1743 on the
220 Julian calendar.
222   To include a holiday conditionally, use either Emacs Lisp's @code{if}
223 or the @code{holiday-sexp} form.  For example, American presidential
224 elections occur on the first Tuesday after the first Monday in November
225 of years divisible by 4:
227 @smallexample
228 (holiday-sexp '(if (zerop (% year 4))
229                    (calendar-gregorian-from-absolute
230                     (1+ (calendar-dayname-on-or-before
231                           1 (+ 6 (calendar-absolute-from-gregorian
232                                   (list 11 1 year)))))))
233               "US Presidential Election")
234 @end smallexample
236 @noindent
239 @smallexample
240 (if (zerop (% displayed-year 4))
241     (holiday-fixed 11
242            (calendar-extract-day
243              (calendar-gregorian-from-absolute
244                (1+ (calendar-dayname-on-or-before
245                      1 (+ 6 (calendar-absolute-from-gregorian
246                               (list 11 1 displayed-year)))))))
247            "US Presidential Election"))
248 @end smallexample
250   Some holidays just don't fit into any of these forms because special
251 calculations are involved in their determination.  In such cases you
252 must write a Lisp function to do the calculation.  To include eclipses,
253 for example, add @code{(eclipses)} to @code{holiday-other-holidays}
254 and write an Emacs Lisp function @code{eclipses} that returns a
255 (possibly empty) list of the relevant Gregorian dates among the range
256 visible in the calendar window, with descriptive strings, like this:
258 @smallexample
259 (((6 4 2012) "Lunar Eclipse") ((11 13 2012) "Solar Eclipse") ... )
260 @end smallexample
262 @node Mayan Calendar
263 @subsection Converting from the Mayan Calendar
264 @cindex Mayan calendar
266   Here are the commands to select dates based on the Mayan calendar:
268 @table @kbd
269 @item g m l
270 Move to a date specified by the long count calendar
271 (@code{calendar-mayan-goto-long-count-date}).
272 @item g m n t
273 Move to the next occurrence of a place in the
274 tzolkin calendar (@code{calendar-mayan-next-tzolkin-date}).
275 @item g m p t
276 Move to the previous occurrence of a place in the
277 tzolkin calendar (@code{calendar-mayan-previous-tzolkin-date}).
278 @item g m n h
279 Move to the next occurrence of a place in the
280 haab calendar (@code{calendar-mayan-next-haab-date}).
281 @item g m p h
282 Move to the previous occurrence of a place in the
283 haab calendar (@code{calendar-mayan-previous-haab-date}).
284 @item g m n c
285 Move to the next occurrence of a place in the
286 calendar round (@code{calendar-mayan-next-calendar-round-date}).
287 @item g m p c
288 Move to the previous occurrence of a place in the
289 calendar round (@code{calendar-mayan-previous-calendar-round-date}).
290 @end table
292 @cindex Mayan long count
293   To understand these commands, you need to understand the Mayan calendars.
294 The @dfn{long count} is a counting of days with these units:
296 @display
297 1 kin = 1 day@ @ @ 1 uinal = 20 kin@ @ @ 1 tun = 18 uinal
298 1 katun = 20 tun@ @ @ 1 baktun = 20 katun
299 @end display
301 @kindex g m @r{(Calendar mode)}
302 @findex calendar-mayan-goto-long-count-date
303 @noindent
304 Thus, the long count date 12.16.11.16.6 means 12 baktun, 16 katun, 11
305 tun, 16 uinal, and 6 kin.  The Emacs calendar can handle Mayan long
306 count dates as early as 7.17.18.13.3, but no earlier.  When you use the
307 @kbd{g m l} command, type the Mayan long count date with the baktun,
308 katun, tun, uinal, and kin separated by periods.
310 @findex calendar-mayan-previous-tzolkin-date
311 @findex calendar-mayan-next-tzolkin-date
312 @cindex Mayan tzolkin calendar
313   The Mayan tzolkin calendar is a cycle of 260 days formed by a pair of
314 independent cycles of 13 and 20 days.  Since this cycle repeats
315 endlessly, Emacs provides commands to move backward and forward to the
316 previous or next point in the cycle.  Type @kbd{g m p t} to go to the
317 previous tzolkin date; Emacs asks you for a tzolkin date and moves point
318 to the previous occurrence of that date.  Similarly, type @kbd{g m n t}
319 to go to the next occurrence of a tzolkin date.
321 @findex calendar-mayan-previous-haab-date
322 @findex calendar-mayan-next-haab-date
323 @cindex Mayan haab calendar
324   The Mayan haab calendar is a cycle of 365 days arranged as 18 months
325 of 20 days each, followed by a 5-day monthless period.  Like the tzolkin
326 cycle, this cycle repeats endlessly, and there are commands to move
327 backward and forward to the previous or next point in the cycle.  Type
328 @kbd{g m p h} to go to the previous haab date; Emacs asks you for a haab
329 date and moves point to the previous occurrence of that date.
330 Similarly, type @kbd{g m n h} to go to the next occurrence of a haab
331 date.
333 @c This is omitted because it is too long for smallbook format.
334 @c @findex calendar-mayan-previous-calendar-round-date
335 @findex calendar-mayan-next-calendar-round-date
336 @cindex Mayan calendar round
337   The Maya also used the combination of the tzolkin date and the haab
338 date.  This combination is a cycle of about 52 years called a
339 @emph{calendar round}.  If you type @kbd{g m p c}, Emacs asks you for
340 both a haab and a tzolkin date and then moves point to the previous
341 occurrence of that combination.  Use @kbd{g m n c} to move point to the
342 next occurrence of a combination.  These commands signal an error if the
343 haab/tzolkin date combination you have typed is impossible.
345   Emacs uses strict completion
346 @iftex
347 (@pxref{Completion Exit,,, emacs, the Emacs Manual})
348 @end iftex
349 @ifnottex
350 (@pxref{Completion Exit})
351 @end ifnottex
352 whenever it asks you to type a Mayan name, so you don't have to worry
353 about spelling.
355 @node Date Display Format
356 @subsection Date Display Format
357 @vindex calendar-date-display-form
359   You can customize the way dates are displayed in the diary, mode
360 lines, and messages by setting @code{calendar-date-display-form}.
361 This variable holds a list of expressions that can involve the variables
362 @code{month}, @code{day}, and @code{year}, which are all numbers in
363 string form, and @code{monthname} and @code{dayname}, which are both
364 alphabetic strings.  In the American style, the default value of this
365 list is as follows:
367 @smallexample
368 ((if dayname (concat dayname ", ")) monthname " " day ", " year)
369 @end smallexample
371 @noindent
372 while in the European style this value is the default:
374 @smallexample
375 ((if dayname (concat dayname ", ")) day " " monthname " " year)
376 @end smallexample
378 @noindent
379 The default ISO date representation is:
381 @smallexample
382 ((format "%s-%.2d-%.2d" year (string-to-number month)
383          (string-to-number day)))
384 @end smallexample
386 @noindent
387 Another typical American format is:
389 @smallexample
390 (month "/" day "/" (substring year -2))
391 @end smallexample
393 @node Time Display Format
394 @subsection Time Display Format
395 @vindex calendar-time-display-form
397   The calendar and diary by default display times of day in the
398 conventional American style with the hours from 1 through 12, minutes,
399 and either @samp{am} or @samp{pm}.  If you prefer the European style,
400 also known in the US as military, in which the hours go from 00 to 23,
401 you can alter the variable @code{calendar-time-display-form}.  This
402 variable is a list of expressions that can involve the variables
403 @code{12-hours}, @code{24-hours}, and @code{minutes}, which are all
404 numbers in string form, and @code{am-pm} and @code{time-zone}, which are
405 both alphabetic strings.  The default value is:
407 @smallexample
408 (12-hours ":" minutes am-pm
409           (if time-zone " (") time-zone (if time-zone ")"))
410 @end smallexample
412 @noindent
413 Here is a value that provides European style times:
415 @smallexample
416 (24-hours ":" minutes
417           (if time-zone " (") time-zone (if time-zone ")"))
418 @end smallexample
420 Note that few calendar functions return a time of day (at present, only
421 solar functions).
423 @node Diary Customizing
424 @subsection Customizing the Diary
426 @vindex diary-show-holidays-flag
427   Ordinarily, the diary window indicates any holidays that fall on the
428 date of the diary entries, either in the mode line or the buffer itself.
429 The process of checking for holidays can be slow, depending on the
430 defined holidays.  In that case, setting @code{diary-show-holidays-flag}
431 to @code{nil} will speed up the diary display.
433 @vindex diary-number-of-entries
434   The variable @code{diary-number-of-entries} controls the number of
435 days of diary entries to be displayed at one time.  It affects the
436 initial display when @code{calendar-view-diary-initially-flag} is
437 @code{t}, as well as the command @kbd{M-x diary}.  For example, a value
438 of 1 (the default) displays only the current day's diary entries,
439 whereas a value of 2 will also show the next day's entries.  The value
440 can also be a vector of seven integers: for example, if the value is
441 @code{[0 2 2 2 2 4 1]} then no diary entries appear on Sunday, the
442 current date's and the next day's diary entries appear Monday through
443 Thursday, Friday through Monday's entries appear on Friday, while on
444 Saturday only that day's entries appear.
446 @vindex diary-date-forms
447   You can customize the form of dates in your diary file by setting the
448 variable @code{diary-date-forms}.  This variable is a list of patterns
449 for recognizing a date.  Each date pattern is a list whose elements may
450 be regular expressions (@pxref{Regular Expressions,,, elisp, the Emacs
451 Lisp Reference Manual}) or the symbols @code{month}, @code{day},
452 @code{year}, @code{monthname}, and @code{dayname}.  All these elements
453 serve as patterns that match certain kinds of text in the diary file.
454 In order for the date pattern as a whole to match, all of its elements
455 must match consecutively.
457   A regular expression in a date pattern matches in its usual fashion,
458 using the standard syntax table altered so that @samp{*} is a word
459 constituent.
461   The symbols @code{month}, @code{day}, @code{year}, @code{monthname},
462 and @code{dayname} match the month number, day number, year number,
463 month name, and day name of the date being considered.  The symbols that
464 match numbers allow leading zeros; those that match names allow
465 capitalization and abbreviation (as specified by
466 @code{calendar-month-abbrev-array} and
467 @code{calendar-day-abbrev-array}).  All the symbols can match @samp{*};
468 since @samp{*} in a diary entry means ``any day'', ``any month'', and so
469 on, it should match regardless of the date being considered.
471   The default value of @code{diary-date-forms} in the American style is
472 provided by @code{diary-american-date-forms}:
474 @example
475 ((month "/" day "[^/0-9]")
476  (month "/" day "/" year "[^0-9]")
477  (monthname " *" day "[^,0-9]")
478  (monthname " *" day ", *" year "[^0-9]")
479  (dayname "\\W"))
480 @end example
482 @noindent
483 The variables @code{diary-european-date-forms} and
484 @code{diary-iso-date-forms} provide other default styles.
486   The date patterns in the list must be @emph{mutually exclusive} and
487 must not match any portion of the diary entry itself, just the date and
488 one character of whitespace.  If, to be mutually exclusive, the pattern
489 must match a portion of the diary entry text---beyond the whitespace
490 that ends the date---then the first element of the date pattern
491 @emph{must} be @code{backup}.  This causes the date recognizer to back
492 up to the beginning of the current word of the diary entry, after
493 finishing the match.  Even if you use @code{backup}, the date pattern
494 must absolutely not match more than a portion of the first word of the
495 diary entry.  For example, the default value of
496 @code{diary-european-date-forms} is:
498 @example
499 ((day "/" month "[^/0-9]")
500  (day "/" month "/" year "[^0-9]")
501  (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)")
502  (day " *" monthname " *" year "[^0-9]")
503  (dayname "\\W"))
504 @end example
506 @noindent
507 Notice the use of @code{backup} in the third pattern, because it needs
508 to match part of a word beyond the date itself to distinguish it from
509 the fourth pattern.
511 @node Non-Gregorian Diary
512 @subsection Diary Entries Using non-Gregorian Calendars
514   As well as entries based on the standard Gregorian calendar, your
515 diary can have entries based on Bahá'í, Chinese, Hebrew, or Islamic dates.
516 Recognition of such entries can be time-consuming, however, and since
517 most people don't use them, you must explicitly enable their use.  If
518 you want the diary to recognize Hebrew-date diary entries, for example,
519 you must do this:
521 @vindex diary-nongregorian-listing-hook
522 @vindex diary-nongregorian-marking-hook
523 @findex diary-hebrew-list-entries
524 @findex diary-hebrew-mark-entries
525 @findex diary-islamic-list-entries
526 @findex diary-islamic-mark-entries
527 @findex diary-bahai-list-entries
528 @findex diary-bahai-mark-entries
529 @findex diary-chinese-list-entries
530 @findex diary-chinese-mark-entries
531 @smallexample
532 (add-hook 'diary-nongregorian-listing-hook 'diary-hebrew-list-entries)
533 (add-hook 'diary-nongregorian-marking-hook 'diary-hebrew-mark-entries)
534 @end smallexample
536 @noindent
537 Similarly, for Islamic, Bahá'í and Chinese entries, add
538 @code{diary-islamic-list-entries} and @code{diary-islamic-mark-entries},
539 @code{diary-bahai-list-entries} and @code{diary-bahai-mark-entries},
540 or @code{diary-chinese-list-entries} and @code{diary-chinese-mark-entries}.
542 @vindex diary-bahai-entry-symbol
543 @vindex diary-chinese-entry-symbol
544 @vindex diary-hebrew-entry-symbol
545 @vindex diary-islamic-entry-symbol
546   These diary entries have the same formats as Gregorian-date diary
547 entries; except that @code{diary-bahai-entry-symbol} (default @samp{B})
548 must precede a Bahá'í date, @code{diary-chinese-entry-symbol} (default
549 @samp{C}) a Chinese date, @code{diary-hebrew-entry-symbol} (default
550 @samp{H}) a Hebrew date, and @code{diary-islamic-entry-symbol} (default
551 @samp{I}) an Islamic date.  Moreover, non-Gregorian month names may not
552 be abbreviated (because the first three letters are often not unique).
553 (Note also that you must use ``Adar I'' if you want Adar of a common
554 Hebrew year.)  For example, a diary entry for the Hebrew date Heshvan 25
555 could look like this:
557 @smallexample
558 HHeshvan 25 Happy Hebrew birthday!
559 @end smallexample
561 @noindent
562 and would appear in the diary for any date that corresponds to Heshvan 25
563 on the Hebrew calendar.  And here is an Islamic-date diary entry that matches
564 Dhu al-Qada 25:
566 @smallexample
567 IDhu al-Qada 25 Happy Islamic birthday!
568 @end smallexample
570   As with Gregorian-date diary entries, non-Gregorian entries are
571 nonmarking if preceded by @code{diary-nonmarking-symbol} (default
572 @samp{&}).
574   Here is a table of commands used in the calendar to create diary
575 entries that match the selected date and other dates that are similar in
576 the Bahá'í, Chinese, Hebrew, or Islamic calendars:
578 @table @kbd
579 @item i h d
580 @code{diary-hebrew-insert-entry}
581 @item i h m
582 @code{diary-hebrew-insert-monthly-entry}
583 @item i h y
584 @code{diary-hebrew-insert-yearly-entry}
585 @item i i d
586 @code{diary-islamic-insert-entry}
587 @item i i m
588 @code{diary-islamic-insert-monthly-entry}
589 @item i i y
590 @code{diary-islamic-insert-yearly-entry}
591 @item i B d
592 @code{diary-bahai-insert-entry}
593 @item i B m
594 @code{diary-bahai-insert-monthly-entry}
595 @item i B y
596 @code{diary-bahai-insert-yearly-entry}
597 @item i C d
598 @code{diary-chinese-insert-entry}
599 @item i C m
600 @code{diary-chinese-insert-monthly-entry}
601 @item i C y
602 @code{diary-chinese-insert-yearly-entry}
603 @item i C a
604 @code{diary-chinese-insert-anniversary-entry}
605 @end table
607 @findex diary-hebrew-insert-entry
608 @findex diary-hebrew-insert-monthly-entry
609 @findex diary-hebrew-insert-yearly-entry
610 @findex diary-islamic-insert-entry
611 @findex diary-islamic-insert-monthly-entry
612 @findex diary-islamic-insert-yearly-entry
613 @findex diary-bahai-insert-entry
614 @findex diary-bahai-insert-monthly-entry
615 @findex diary-bahai-insert-yearly-entry
616 @findex diary-chinese-insert-entry
617 @findex diary-chinese-insert-monthly-entry
618 @findex diary-chinese-insert-yearly-entry
619 @findex diary-chinese-insert-anniversary-entry
621   These commands work much like the corresponding commands for ordinary
622 diary entries: they apply to the date that point is on in the calendar
623 window, and what they do is insert just the date portion of a diary
624 entry at the end of your diary file.  You must then insert the rest of
625 the diary entry.  The basic commands add an entry for the specific
626 non-Gregorian date, the @samp{monthly} commands for the given
627 non-Gregorian day-within-month in every month, and the @samp{yearly}
628 commands for the given non-Gregorian day and month in every year.
630 @node Diary Display
631 @subsection Diary Display
632 @vindex diary-display-function
633 @findex diary-simple-display
634 @findex diary-fancy-display
635 @cindex diary buffer
637   Diary display works by preparing the list of diary entries and then
638 running the function specified by the variable
639 @code{diary-display-function}.  The default value
640 @code{diary-fancy-display} displays diary entries and holidays by
641 copying them into a special buffer that exists only for the sake of
642 display.  Copying diary entries to a separate buffer provides an
643 opportunity to change the displayed text to make it prettier---for
644 example, to sort the entries by the dates they apply to.
646 @vindex diary-list-include-blanks
647   Ordinarily, the fancy diary buffer does not show days for which there
648 are no diary entries, even if that day is a holiday.  If you want such
649 days to be shown in the fancy diary buffer, set the variable
650 @code{diary-list-include-blanks} to @code{t}.
652   The fancy diary buffer enables View mode
653 @iftex
654 (@pxref{View Mode,,, emacs, the Emacs Manual}).
655 @end iftex
656 @ifnottex
657 (@pxref{View Mode}).
658 @end ifnottex
660   The alternative display method @code{diary-simple-display} shows the
661 actual diary buffer, and uses invisible text to hide entries that don't
662 apply.  Holidays are shown in the mode line.  The advantage of this
663 method is that you can edit the buffer and save your changes directly to
664 the diary file.  This method is not as flexible as the fancy method,
665 however.  For example, it cannot sort entries.  Another disadvantage is
666 that invisible text can be confusing.  For example, if you copy a region
667 of text in order to paste it elsewhere, invisible text may be included.
668 Similarly, since the diary buffer as you see it is an illusion, simply
669 printing the buffer may not print what you see on your screen.
671 @vindex diary-print-entries-hook
672 @findex diary-print-entries
673   For this reason, there is a special command to print hard copy of the
674 diary buffer @emph{as it appears}; this command is @kbd{M-x
675 diary-print-entries}.  It works with either display method, although
676 with the fancy display you can also print the buffer like any other.  To
677 print a hard copy of a day-by-day diary for a week, position point on
678 the first day of the week, type @kbd{7 d}, and then do @kbd{M-x
679 diary-print-entries}.  As usual, the inclusion of the holidays slows
680 down the display slightly; you can speed things up by setting the
681 variable @code{diary-show-holidays-flag} to @code{nil}.
683   This command prepares a temporary buffer that contains only the diary
684 entries currently visible in the diary buffer.  Unlike with the simple
685 display, the other irrelevant entries are really absent, not just
686 hidden.  After preparing the buffer, it runs the hook
687 @code{diary-print-entries-hook}.  The default value of this hook sends
688 the data directly to the printer with the command @code{lpr-buffer}
689 @iftex
690 (@pxref{Printing,,, emacs, the Emacs Manual}).
691 @end iftex
692 @ifnottex
693 (@pxref{Printing}).
694 @end ifnottex
695 If you want to use a different command to do the
696 printing, just change the value of this hook.  Other uses might include,
697 for example, rearranging the lines into order by day and time.
699   You can edit the diary entries as they appear in the simple diary
700 window, but it is important to remember that the buffer displayed
701 contains the @emph{entire} diary file, with portions of it concealed
702 from view.  This means, for instance, that the @kbd{C-f}
703 (@code{forward-char}) command can put point at what appears to be the
704 end of the line, but what is in reality the middle of some concealed
705 line.
707   @emph{Be careful when editing the diary entries in the simple display!}
708 Inserting additional lines or adding/deleting characters in the middle
709 of a visible line cannot cause problems, but editing at the end of a
710 line may not do what you expect.  Deleting a line may delete other
711 invisible entries that follow it.  Before editing the simple diary
712 buffer, it is best to display the entire file with @kbd{s}
713 (@code{diary-show-all-entries}).
715 @node Fancy Diary Display
716 @subsection Fancy Diary Display
718 The following features only work with the fancy diary display.
720 @cindex sorting diary entries
721   You can use the normal hook @code{diary-list-entries-hook} to sort
722 each day's diary entries by their time of day.  Here's how:
724 @findex diary-sort-entries
725 @example
726 (add-hook 'diary-list-entries-hook 'diary-sort-entries t)
727 @end example
729 @noindent
730 For each day, this sorts diary entries that begin with a recognizable
731 time of day according to their times.  Diary entries without times come
732 first within each day.  Note how the sort command is placed at the end
733 of the hook list, in case earlier members of the list change the order
734 of the diary entries, or add items.
736 @vindex diary-comment-start
737   You can write @samp{comments} in diary entries, by setting the
738 variables @code{diary-comment-start} and @code{diary-comment-end} to
739 strings that delimit comments.  The fancy display does not print
740 comments.  You might want to put meta-data for the use of other packages
741 (e.g., the appointment package,
742 @iftex
743 @pxref{Appointments,,,emacs, the Emacs Manual})
744 @end iftex
745 @ifnottex
746 @pxref{Appointments})
747 @end ifnottex
748 inside comments.
750 @vindex diary-include-string
751   Your main diary file can include other files.  This permits a group of
752 people to share a diary file for events that apply to all of them.
753 Lines in the diary file starting with @code{diary-include-string}:
755 @smallexample
756 #include "@var{filename}"
757 @end smallexample
759 @noindent
760 include the diary entries from the file @var{filename} in the fancy
761 diary buffer.  The include mechanism is recursive, so that included
762 files can include other files, and so on (you must be careful not to
763 have a cycle of inclusions, of course).  Here is how to enable the
764 include facility:
766 @vindex diary-list-entries-hook
767 @vindex diary-mark-entries-hook
768 @findex diary-include-other-diary-files
769 @findex diary-mark-included-diary-files
770 @smallexample
771 (add-hook 'diary-list-entries-hook 'diary-include-other-diary-files)
772 (add-hook 'diary-mark-entries-hook 'diary-mark-included-diary-files)
773 @end smallexample
775 The include mechanism works only with the fancy diary display, because
776 simple diary display shows the entries directly from your diary file.
778 @node Sexp Diary Entries
779 @subsection Sexp Entries and the Fancy Diary Display
780 @cindex sexp diary entries
782 @vindex diary-sexp-entry-symbol
783   Sexp diary entries allow you to do more than just have complicated
784 conditions under which a diary entry applies.  Sexp entries should be
785 preceded by @code{diary-sexp-entry-symbol} (default @samp{%%}) in the
786 diary file.  With the fancy diary display, sexp entries can generate the
787 text of the entry depending on the date itself.
789 For example, an anniversary diary entry can insert
790 the number of years since the anniversary date into the text of the
791 diary entry.  Thus the @samp{%d} in this diary entry:
793 @findex diary-anniversary
794 @smallexample
795 %%(diary-anniversary 10 31 1948) Arthur's birthday (%d years old)
796 @end smallexample
798 @noindent
799 gets replaced by the age, so on October 31, 1990 the entry appears in
800 the fancy diary buffer like this:
802 @smallexample
803 Arthur's birthday (42 years old)
804 @end smallexample
806 @noindent
807 If the diary file instead contains this entry:
809 @smallexample
810 %%(diary-anniversary 10 31 1948) Arthur's %d%s birthday
811 @end smallexample
813 @noindent
814 the entry in the fancy diary buffer for October 31, 1990 appears like this:
816 @smallexample
817 Arthur's 42nd birthday
818 @end smallexample
820   Similarly, cyclic diary entries can interpolate the number of repetitions
821 that have occurred:
823 @findex diary-cyclic
824 @smallexample
825 %%(diary-cyclic 50 1 1 2012) Renew medication (%d%s time)
826 @end smallexample
828 @noindent
829 looks like this:
831 @smallexample
832 Renew medication (5th time)
833 @end smallexample
835 @noindent
836 in the fancy diary display on September 7, 2012.
838   There is an early-reminder diary sexp that includes its entry in the
839 diary not only on the date of occurrence, but also on earlier dates.
840 For example, if you want a reminder a week before your anniversary, you
841 can use
843 @findex diary-remind
844 @smallexample
845 %%(diary-remind '(diary-anniversary 12 22 1968) 7) Ed's anniversary
846 @end smallexample
848 @noindent
849 and the fancy diary will show @samp{Ed's anniversary} both on December
850 15 and on December 22.
852 @findex diary-date
853   The function @code{diary-date} applies to dates described by a month,
854 day, year combination, each of which can be an integer, a list of
855 integers, or @code{t} (meaning all values).  For example,
857 @smallexample
858 %%(diary-date '(10 11 12) 22 t) Rake leaves
859 @end smallexample
861 @noindent
862 causes the fancy diary to show
864 @smallexample
865 Rake leaves
866 @end smallexample
868 @noindent
869 on October 22, November 22, and December 22 of every year.
871 @findex diary-float
872   The function @code{diary-float} allows you to describe diary entries
873 that apply to dates like the third Friday of November, or the last
874 Tuesday in April.  The parameters are the @var{month}, @var{dayname},
875 and an index @var{n}.  The entry appears on the @var{n}th @var{dayname}
876 after the first day of @var{month}, where @var{dayname}=0 means Sunday,
877 1 means Monday, and so on.  If @var{n} is negative it counts backward
878 from the end of @var{month}.  The value of @var{month} can be a list of
879 months, a single month, or @code{t} to specify all months.  You can also
880 use an optional parameter @var{day} to specify the @var{n}th
881 @var{dayname} on or after/before @var{day} of @var{month}; the value of
882 @var{day} defaults to 1 if @var{n} is positive and to the last day of
883 @var{month} if @var{n} is negative.  For example,
885 @smallexample
886 %%(diary-float t 1 -1) Pay rent
887 @end smallexample
889 @noindent
890 causes the fancy diary to show
892 @smallexample
893 Pay rent
894 @end smallexample
896 @noindent
897 on the last Monday of every month.
899   The generality of sexp diary entries lets you specify any diary
900 entry that you can describe algorithmically.  A sexp diary entry
901 contains an expression that computes whether the entry applies to any
902 given date.  If its value is non-@code{nil}, the entry applies to that
903 date; otherwise, it does not.  The expression can use the variable
904 @code{date} to find the date being considered; its value is a list
905 (@var{month} @var{day} @var{year}) that refers to the Gregorian
906 calendar.
908   The sexp diary entry applies to a date when the expression's value
909 is non-@code{nil}, but some values have more specific meanings.  If
910 the value is a string, that string is a description of the event which
911 occurs on that date.  The value can also have the form
912 @code{(@var{mark} . @var{string})}; then @var{mark} specifies how to
913 mark the date in the calendar, and @var{string} is the description of
914 the event.  If @var{mark} is a single-character string, that character
915 appears next to the date in the calendar.  If @var{mark} is a face
916 name, the date is displayed in that face.  If @var{mark} is
917 @code{nil}, that specifies no particular highlighting for the date.
919   Suppose you get paid on the 21st of the month if it is a weekday, and
920 on the Friday before if the 21st is on a weekend.  Here is how to write
921 a sexp diary entry that matches those dates:
923 @smallexample
924 &%%(let ((dayname (calendar-day-of-week date))
925          (day (cadr date)))
926       (or (and (= day 21) (memq dayname '(1 2 3 4 5)))
927           (and (memq day '(19 20)) (= dayname 5)))
928          ) Pay check deposited
929 @end smallexample
931   The following sexp diary entries take advantage of the ability (in the fancy
932 diary display) to concoct diary entries whose text varies based on the date:
934 @findex diary-sunrise-sunset
935 @findex diary-lunar-phases
936 @findex diary-day-of-year
937 @findex diary-iso-date
938 @findex diary-julian-date
939 @findex diary-astro-day-number
940 @findex diary-bahai-date
941 @findex diary-chinese-date
942 @findex diary-coptic-date
943 @findex diary-ethiopic-date
944 @findex diary-hebrew-date
945 @findex diary-islamic-date
946 @findex diary-french-date
947 @findex diary-mayan-date
948 @findex diary-persian-date
949 @table @code
950 @item %%(diary-sunrise-sunset)
951 Make a diary entry for today's local times of sunrise and sunset.
952 @item %%(diary-lunar-phases)
953 Make a diary entry for the phases (quarters) of the moon.
954 @item %%(diary-day-of-year)
955 Make a diary entry with today's day number in the current year and the number
956 of days remaining in the current year.
957 @item %%(diary-iso-date)
958 Make a diary entry with today's equivalent ISO commercial date.
959 @item %%(diary-julian-date)
960 Make a diary entry with today's equivalent Julian calendar date.
961 @item %%(diary-astro-day-number)
962 Make a diary entry with today's equivalent astronomical (Julian) day number.
963 @item %%(diary-bahai-date)
964 Make a diary entry with today's equivalent Bahá'í calendar date.
965 @item %%(diary-chinese-date)
966 Make a diary entry with today's equivalent Chinese calendar date.
967 @item %%(diary-coptic-date)
968 Make a diary entry with today's equivalent Coptic calendar date.
969 @item %%(diary-ethiopic-date)
970 Make a diary entry with today's equivalent Ethiopic calendar date.
971 @item %%(diary-french-date)
972 Make a diary entry with today's equivalent date on the French Revolutionary
973 calendar.
974 @item %%(diary-hebrew-date)
975 Make a diary entry with today's equivalent Hebrew calendar date.
976 @item %%(diary-islamic-date)
977 Make a diary entry with today's equivalent Islamic calendar date.
978 @item %%(diary-mayan-date)
979 Make a diary entry with today's equivalent Mayan calendar date.
980 @item %%(diary-persian-date)
981 Make a diary entry with today's equivalent Persian calendar date.
982 @end table
984 @noindent
985 For example, including the diary entry
987 @smallexample
988 &%%(diary-hebrew-date)
989 @end smallexample
991 @noindent
992 causes every day's diary display to contain the equivalent date on the
993 Hebrew calendar, if you are using the fancy diary display.  (With simple
994 diary display, the literal line @samp{&%%(diary-hebrew-date)} appears in
995 the diary for any date.)
997   This function has been used to construct certain standard Hebrew sexp
998 diary entries:
1000 @cindex rosh hodesh
1001 @findex diary-hebrew-rosh-hodesh
1002 @cindex parasha, weekly
1003 @findex diary-hebrew-parasha
1004 @cindex candle lighting times
1005 @findex diary-hebrew-sabbath-candles
1006 @cindex omer count
1007 @findex diary-hebrew-omer
1008 @cindex yahrzeits
1009 @findex diary-hebrew-yahrzeit
1010 @findex diary-hebrew-birthday
1011 @table @code
1012 @item %%(diary-hebrew-rosh-hodesh)
1013 Make a diary entry that tells the occurrence and ritual announcement of each
1014 new Hebrew month.
1015 @item %%(diary-hebrew-parasha)
1016 Make a Saturday diary entry that tells the weekly synagogue scripture reading.
1017 @item %%(diary-hebrew-sabbath-candles)
1018 Make a Friday diary entry that tells the @emph{local time} of Sabbath
1019 candle lighting.
1020 @item %%(diary-hebrew-omer)
1021 Make a diary entry that gives the omer count, when appropriate.
1022 @item %%(diary-hebrew-yahrzeit @var{month} @var{day} @var{year}) @var{name}
1023 Make a diary entry marking the anniversary of a date of death.  The date
1024 is the @emph{Gregorian} (civil) date of death.  The diary entry appears
1025 on the proper Hebrew calendar anniversary and on the day before.  (The
1026 order of the parameters changes according to the calendar date style;
1027 for example in the European style to @var{day}, @var{month}, @var{year}.)
1028 @item %%(diary-hebrew-birthday @var{month} @var{day} @var{year})
1029 Make a diary entry for a birthday on the Hebrew calendar.
1030 @end table
1032   All the functions documented above take an optional argument
1033 @var{mark} which specifies how to mark the date in the calendar display.
1034 If one of these functions decides that it applies to a certain date,
1035 it returns a value that contains @var{mark}, as described above.