comparison lispref/calendar.texi @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 01bd8c67a47a
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998 Free Software Foundation, Inc.
4 @c See the file elisp.texi for copying conditions. 4 @c See the file elisp.texi for copying conditions.
5 @node Calendar, System Interface, Display, Top 5 @node Calendar, System Interface, Display, Top
6 @chapter Customizing the Calendar and Diary 6 @chapter Customizing the Calendar and Diary
7 7
8 There are many customizations that you can use to make the calendar and 8 There are many customizations that you can use to make the calendar and
14 * Date Display Format:: Changing the format. 14 * Date Display Format:: Changing the format.
15 * Time Display Format:: Changing the format. 15 * Time Display Format:: Changing the format.
16 * Daylight Savings:: Changing the default. 16 * Daylight Savings:: Changing the default.
17 * Diary Customizing:: Defaults you can set. 17 * Diary Customizing:: Defaults you can set.
18 * Hebrew/Islamic Entries:: How to obtain them. 18 * Hebrew/Islamic Entries:: How to obtain them.
19 * Fancy Diary Display:: Enhancing the diary display, sorting entries, 19 * Fancy Diary Display:: Enhancing the diary display, sorting entries,
20 using included diary files. 20 using included diary files.
21 * Sexp Diary Entries:: Fancy things you can do. 21 * Sexp Diary Entries:: Fancy things you can do.
22 * Appt Customizing:: Customizing appointment reminders. 22 * Appt Customizing:: Customizing appointment reminders.
23 @end menu 23 @end menu
24 24
541 541
542 Your diary file can have entries based on Hebrew or Islamic dates, as 542 Your diary file can have entries based on Hebrew or Islamic dates, as
543 well as entries based on the world-standard Gregorian calendar. 543 well as entries based on the world-standard Gregorian calendar.
544 However, because recognition of such entries is time-consuming and most 544 However, because recognition of such entries is time-consuming and most
545 people don't use them, you must explicitly enable their use. If you 545 people don't use them, you must explicitly enable their use. If you
546 want the diary to recognize Hebrew-date diary entries, for example, 546 want the diary to recognize Hebrew-date diary entries, for example,
547 you must do this: 547 you must do this:
548 548
549 @vindex nongregorian-diary-listing-hook 549 @vindex nongregorian-diary-listing-hook
550 @vindex nongregorian-diary-marking-hook 550 @vindex nongregorian-diary-marking-hook
551 @findex list-hebrew-diary-entries 551 @findex list-hebrew-diary-entries
601 selected date (@code{insert-monthly-hebrew-diary-entry}). This diary 601 selected date (@code{insert-monthly-hebrew-diary-entry}). This diary
602 entry matches any date that has the same Hebrew day-within-month as the 602 entry matches any date that has the same Hebrew day-within-month as the
603 selected date. 603 selected date.
604 @item i h y 604 @item i h y
605 Add a diary entry for the day of the Hebrew year corresponding to the 605 Add a diary entry for the day of the Hebrew year corresponding to the
606 selected date (@code{insert-yearly-hebrew-diary-entry}). This diary 606 selected date (@code{insert-yearly-hebrew-diary-entry}). This diary
607 entry matches any date which has the same Hebrew month and day-within-month 607 entry matches any date which has the same Hebrew month and day-within-month
608 as the selected date. 608 as the selected date.
609 @item i i d 609 @item i i d
610 Add a diary entry for the Islamic date corresponding to the selected date 610 Add a diary entry for the Islamic date corresponding to the selected date
611 (@code{insert-islamic-diary-entry}). 611 (@code{insert-islamic-diary-entry}).
624 @findex insert-monthly-islamic-diary-entry 624 @findex insert-monthly-islamic-diary-entry
625 @findex insert-yearly-islamic-diary-entry 625 @findex insert-yearly-islamic-diary-entry
626 These commands work much like the corresponding commands for ordinary 626 These commands work much like the corresponding commands for ordinary
627 diary entries: they apply to the date that point is on in the calendar 627 diary entries: they apply to the date that point is on in the calendar
628 window, and what they do is insert just the date portion of a diary entry 628 window, and what they do is insert just the date portion of a diary entry
629 at the end of your diary file. You must then insert the rest of the 629 at the end of your diary file. You must then insert the rest of the
630 diary entry. 630 diary entry.
631 631
632 @node Fancy Diary Display 632 @node Fancy Diary Display
633 @section Fancy Diary Display 633 @section Fancy Diary Display
634 @vindex diary-display-hook 634 @vindex diary-display-hook