Lines Matching +refs:calendar +refs:mayan +refs:long +refs:count +refs:from +refs:absolute

3 @cindex calendar
4 @findex calendar
6 Emacs provides the functions of a desk calendar, with a diary of
7 planned or past events. To enter the calendar, type @kbd{M-x calendar};
8 this displays a three-month calendar centered on the current month, with
10 calendar}, it prompts you for the month and year to be the center of the
11 three-month calendar. The calendar uses its own buffer, whose major
14 @kbd{Button2} in the calendar brings up a menu of operations on a
16 calendar features that are independent of any particular date. To exit
17 the calendar, type @kbd{q}. @xref{Calendar, Customizing the Calendar
19 information about the calendar and diary.
22 * Calendar Motion:: Moving through the calendar; selecting a date.
25 * General Calendar:: Exiting or recomputing the calendar.
26 * LaTeX Calendar:: Print a calendar using LaTeX.
30 * Other Calendars:: Converting dates to other calendar systems.
31 * Diary:: Displaying events from your diary.
38 @cindex moving inside the calendar
39 Calendar mode lets you move through the calendar in logical units of
41 three months originally displayed, the calendar display ``scrolls''
45 calendar.
57 The commands for movement in the calendar buffer parallel the
63 Move point one day forward (@code{calendar-forward-day}).
65 Move point one day backward (@code{calendar-backward-day}).
67 Move point one week forward (@code{calendar-forward-week}).
69 Move point one week backward (@code{calendar-backward-week}).
71 Move point one month forward (@code{calendar-forward-month}).
73 Move point one month backward (@code{calendar-backward-month}).
75 Move point one year forward (@code{calendar-forward-year}).
77 Move point one year backward (@code{calendar-backward-year}).
81 @findex calendar-forward-day
83 @findex calendar-backward-day
85 @findex calendar-forward-week
87 @findex calendar-backward-week
98 @findex calendar-forward-month
100 @findex calendar-backward-month
102 @findex calendar-forward-year
104 @findex calendar-forward-year
118 All these commands accept a numeric argument as a repeat count.
121 @kbd{100 C-f} moves point 100 days forward from its present location.
133 @findex calendar-beginning-of-week
135 Move point to start of week (@code{calendar-beginning-of-week}).
137 @findex calendar-end-of-week
139 Move point to end of week (@code{calendar-end-of-week}).
141 @findex calendar-beginning-of-month
143 Move point to start of month (@code{calendar-beginning-of-month}).
145 @findex calendar-end-of-month
147 Move point to end of month (@code{calendar-end-of-month}).
149 @findex calendar-beginning-of-year
151 Move point to start of year (@code{calendar-beginning-of-year}).
153 @findex calendar-end-of-year
155 Move point to end of year (@code{calendar-end-of-year}).
159 repeat count indicating how many weeks, months, or years to move
162 @vindex calendar-week-start-day
164 @cindex calendar, first day of week
166 instead, set the variable @code{calendar-week-start-day} to 1.
176 Move point to specified date (@code{calendar-goto-date}).
178 Center calendar around specified month (@code{calendar-other-month}).
180 Move point to today's date (@code{calendar-goto-today}).
184 @findex calendar-goto-date
185 @kbd{g d} (@code{calendar-goto-date}) prompts for a year, a month, and a day
186 of the month, and then moves to that date. Because the calendar includes all
187 dates from the beginning of the current era, you must type the year in its
191 @findex calendar-other-month
192 @kbd{o} (@code{calendar-other-month}) prompts for a month and year,
193 then centers the three-month calendar around that month.
196 @findex calendar-goto-today
198 (@code{calendar-goto-today}).
203 @cindex scrolling in the calendar
204 The calendar display scrolls automatically through time when you move out
206 calendar window contains a long strip of paper with the months on it.
212 Scroll calendar one month forward (@code{scroll-calendar-left}).
214 Scroll calendar one month backward (@code{scroll-calendar-right}).
217 Scroll calendar three months forward
218 (@code{scroll-calendar-left-three-months}).
221 Scroll calendar three months backward
222 (@code{scroll-calendar-right-three-months}).
226 @findex scroll-calendar-left
228 @findex scroll-calendar-right
229 The most basic calendar scroll commands scroll by one month at a
232 the calendar contents one month to the left; that is, it moves the
237 @findex scroll-calendar-left-three-months
239 @findex scroll-calendar-right-three-months
240 The commands @kbd{C-v} and @kbd{M-v} scroll the calendar by an entire
244 repeat count; in particular, since @kbd{C-u} multiplies the next command
245 by four, typing @kbd{C-u C-v} scrolls the calendar forward by a year and
246 typing @kbd{C-u M-v} scrolls the calendar backward by a year.
255 The concept of the mark applies to the calendar just as to any other
262 Set the mark to today's date (@code{calendar-set-mark}).
266 Interchange mark and point (@code{calendar-exchange-point-and-mark}).
269 (@code{calendar-count-days-region}).
274 @findex calendar-set-mark
276 @findex calendar-exchange-point-and-mark
277 You set the mark in the calendar, as in any other buffer, by using @kbd{C-@@}
278 or @kbd{C-SPC} (@code{calendar-set-mark}). You return to the marked date
279 with the command @kbd{C-x C-x} (@code{calendar-exchange-point-and-mark})
280 which puts the mark where point was and point where mark was. The calendar
285 @findex calendar-count-days-region
287 (@code{calendar-count-days-region}). The numbers of days printed is
292 The main use of the mark in the calendar is to remember dates that you may
296 C-SPC} (or @kbd{C-u C-@@}); this is the command @code{calendar-set-mark} given
298 from the ring of former marks, and stores the previous point at the end of
307 Display day-in-year (@code{calendar-print-day-of-year}).
309 Briefly describe calendar commands (@code{describe-calendar-mode}).
311 Regenerate the calendar window (@code{redraw-calendar}).
315 Exit from calendar (@code{exit-calendar}).
320 @findex calendar-print-day-of-year
323 command (@code{calendar-print-day-of-year}). This displays both
327 @findex describe-calendar-mode
328 To display a brief description of the calendar commands, type @kbd{?}
329 (@code{describe-calendar-mode}). For a fuller description, type @kbd{C-h m}.
338 @findex redraw-calendar
339 If the calendar window text gets corrupted, type @kbd{C-c C-l}
340 (@code{redraw-calendar}) to redraw it. (This can only happen if you use
349 @findex exit-calendar
350 To exit from the calendar, type @kbd{q} (@code{exit-calendar}). This
351 buries all buffers related to the calendar, selecting other buffers.
352 (If a frame contains a dedicated calendar window, exiting from the
353 calendar iconifies that frame.)
357 @cindex calendar and La@TeX{}
360 prints as a calendar. Depending on the command you use, the printed
361 calendar covers the day, week, month or year that point is in.
366 Generate a one-month calendar (@code{cal-tex-cursor-month}).
368 Generate a sideways-printing one-month calendar
371 Generate a one-day calendar
374 Generate a one-page calendar for one week
377 Generate a two-page calendar for one week
380 Generate an ISO-style calendar for one week
383 Generate a calendar for one Monday-starting week
386 Generate a Filofax-style two-weeks-at-a-glance calendar
389 Generate a Filofax-style one-week-at-a-glance calendar
392 Generate a calendar for one year
395 Generate a sideways-printing calendar for one year
398 Generate a Filofax-style calendar for one year
402 Some of these commands print the calendar sideways (in ``landscape
403 mode''), so it can be wider than it is long. Some of them use Filofax
410 @code{calendar-holidays}. If the variable @code{cal-tex-diary} is
418 The Emacs calendar knows about all major and many minor holidays,
424 (@code{calendar-cursor-holidays}).
428 Mark holidays in the calendar window (@code{mark-calendar-holidays}).
430 Unmark calendar window (@code{calendar-unmark}).
433 (@code{list-calendar-holidays}).
442 @findex calendar-cursor-holidays
444 date in the calendar window and use the @kbd{h} command. Alternatively,
446 from the menu that appears. Either way, this displays the holidays for
451 @findex mark-calendar-holidays
453 @findex calendar-unmark
455 calendar, use the @kbd{x} command. This displays the dates that are
463 @findex list-calendar-holidays
466 current three-month range. You can use @key{SPC} in the calendar window
472 if you don't have a calendar window. If you want the list of holidays
485 a calendar window.
489 of daylight savings time and even its existence have varied from year to
499 Special calendar commands can tell you, to within a minute or two, the
505 (@code{calendar-sunrise-sunset}).
515 @findex calendar-sunrise-sunset
517 Within the calendar, to display the @emph{local times} of sunrise and
520 @kbd{Sunrise/Sunset} from the menu that appears. The command @kbd{M-x
521 sunrise-sunset} is available outside the calendar to display this
528 longitude, latitude, number of minutes difference from Coordinated
536 @vindex calendar-location-name
537 @vindex calendar-longitude
538 @vindex calendar-latitude
540 (setq calendar-latitude 40.1)
541 (setq calendar-longitude -88.2)
542 (setq calendar-location-name "Urbana, IL")
546 Use one decimal place in the values of @code{calendar-latitude} and
547 @code{calendar-longitude}.
550 Emacs usually gets time zone information from the operating system, but
554 @vindex calendar-time-zone
555 @vindex calendar-standard-time-zone-name
556 @vindex calendar-daylight-time-zone-name
558 (setq calendar-time-zone -360)
559 (setq calendar-standard-time-zone-name "CST")
560 (setq calendar-daylight-time-zone-name "CDT")
564 The value of @code{calendar-time-zone} is the number of minutes
567 @code{calendar-standard-time-zone-name} and
568 @code{calendar-daylight-time-zone-name} are the abbreviations used in
573 As a user, you might find it convenient to set the calendar location
584 These calendar commands display the dates and times of the phases of
592 three-month period shown (@code{calendar-phases-of-moon}).
599 @findex calendar-phases-of-moon
600 Within the calendar, use the @kbd{M} command to display a separate
605 Outside the calendar, use the command @kbd{M-x phases-of-moon} to
613 the variable @code{calendar-time-zone} is void, Coordinated Universal
619 @cindex Gregorian calendar
620 The Emacs calendar displayed is @emph{always} the Gregorian calendar,
621 sometimes called the ``new style'' calendar, which is used in most of
622 the world today. However, this calendar did not exist before the
624 it did not fully displace the Julian calendar and gain universal
625 acceptance until the early twentieth century. The Emacs calendar can
627 calendar displayed is the Gregorian, even for a date at which the
628 Gregorian calendar did not exist.
631 and from several other calendars.
635 (aside from Gregorian).
637 * From Other Calendar:: Moving to a date specified in another calendar.
638 * Mayan Calendar:: Moving to a date specified in a Mayan calendar.
642 time. Put point on the desired date of the Gregorian calendar and press the
648 @cindex ISO commercial calendar
649 The ISO commercial calendar is used largely in Europe.
651 @cindex Julian calendar
652 The Julian calendar, named after Julius Caesar, was the one used in Europe
659 January 1, 4713 B.C. on the Julian calendar. The number of days elapsed
662 @cindex Hebrew calendar
663 The Hebrew calendar is used by tradition in the Jewish religion. The
664 Emacs calendar program uses the Hebrew calendar to determine the dates
665 of Jewish holidays. Hebrew calendar dates begin and end at sunset.
667 @cindex Islamic calendar
668 The Islamic calendar is used in many predominantly Islamic countries.
670 universal agreement in the Islamic world about the calendar; Emacs uses
674 slightly from the dates computed by Emacs. Islamic calendar dates begin
677 @cindex French Revolutionary calendar
678 The French Revolutionary calendar was created by the Jacobins after the 1789
682 calendar at the end of 1805.
684 @cindex Mayan calendar
685 The Maya of Central America used three separate, overlapping calendar
686 systems, the @emph{long count}, the @emph{tzolkin}, and the @emph{haab}.
688 exact correlation between the Mayan calendar and our calendar; Emacs uses the
691 @cindex Coptic calendar
692 @cindex Ethiopic calendar
693 The Copts use a calendar based on the ancient Egyptian solar calendar.
694 Their calendar consists of twelve 30-day months followed by an extra
696 extra period to make it six days. The Ethiopic calendar is identical in
699 @cindex Persian calendar
700 The Persians use a solar calendar based on a design of Omar Khayyam.
701 Their calendar consists of twelve months of which the first six have 31
706 @cindex Chinese calendar
707 The Chinese calendar is a complicated system of lunar months arranged
719 in various other calendar systems:
725 @findex calendar-print-iso-date
727 Display ISO commercial calendar equivalent for selected day
728 (@code{calendar-print-iso-date}).
729 @findex calendar-print-julian-date
731 Display Julian date for selected day (@code{calendar-print-julian-date}).
732 @findex calendar-print-astro-day-number
735 (@code{calendar-print-astro-day-number}).
736 @findex calendar-print-hebrew-date
738 Display Hebrew date for selected day (@code{calendar-print-hebrew-date}).
739 @findex calendar-print-islamic-date
741 Display Islamic date for selected day (@code{calendar-print-islamic-date}).
742 @findex calendar-print-french-date
745 (@code{calendar-print-french-date}).
746 @findex calendar-print-chinese-date
749 (@code{calendar-print-chinese-date}).
750 @findex calendar-print-coptic-date
753 (@code{calendar-print-coptic-date}).
754 @findex calendar-print-ethiopic-date
757 (@code{calendar-print-ethiopic-date}).
758 @findex calendar-print-persian-date
761 (@code{calendar-print-persian-date}).
762 @findex calendar-print-mayan-date
764 Display Mayan date for selected day (@code{calendar-print-mayan-date}).
769 Calendars} from the menu that appears. This displays the equivalent
771 a menu. (Choosing an alternative from this menu doesn't actually do
774 Put point on the desired date of the Gregorian calendar, then type the
783 other than Mayan; for the Mayan calendar, see the following section.
786 @findex calendar-goto-iso-date
787 @findex calendar-goto-julian-date
788 @findex calendar-goto-astro-day-number
789 @findex calendar-goto-hebrew-date
790 @findex calendar-goto-islamic-date
791 @findex calendar-goto-french-date
792 @findex calendar-goto-chinese-date
793 @findex calendar-goto-persian-date
794 @findex calendar-goto-coptic-date
795 @findex calendar-goto-ethiopic-date
798 Move to a date specified in the ISO commercial calendar
799 (@code{calendar-goto-iso-date}).
801 Move to a date specified in the Julian calendar
802 (@code{calendar-goto-julian-date}).
805 (@code{calendar-goto-astro-day-number}).
807 Move to a date specified in the Hebrew calendar
808 (@code{calendar-goto-hebrew-date}).
810 Move to a date specified in the Islamic calendar
811 (@code{calendar-goto-islamic-date}).
813 Move to a date specified in the French Revolutionary calendar
814 (@code{calendar-goto-french-date}).
816 Move to a date specified in the Chinese calendar
817 (@code{calendar-goto-chinese-date}).
819 Move to a date specified in the Persian calendar
820 (@code{calendar-goto-persian-date}).
822 Move to a date specified in the Coptic calendar
823 (@code{calendar-goto-coptic-date}).
825 Move to a date specified in the Ethiopic calendar
826 (@code{calendar-goto-ethiopic-date}).
829 These commands ask you for a date on the other calendar, move point to
830 the Gregorian calendar date equivalent to that date, and display the
831 other calendar's date in the echo area. Emacs uses strict completion
837 One common question concerning the Hebrew calendar is the computation
839 calendar includes a facility for such calculations. If you are in the
840 calendar, the command @kbd{M-x list-yahrzeit-dates} asks you for a
842 years for the date given by point. If you are not in the calendar,
847 @subsection Converting from the Mayan Calendar
849 Here are the commands to select dates based on the Mayan calendar:
853 Move to a date specified by the long count calendar
854 (@code{calendar-goto-mayan-long-count-date}).
857 tzolkin calendar (@code{calendar-next-tzolkin-date}).
860 tzolkin calendar (@code{calendar-previous-tzolkin-date}).
863 haab calendar (@code{calendar-next-haab-date}).
866 haab calendar (@code{calendar-previous-haab-date}).
869 calendar round (@code{calendar-next-calendar-round-date}).
872 calendar round (@code{calendar-previous-calendar-round-date}).
875 @cindex Mayan long count
877 The @dfn{long count} is a counting of days with these units:
885 @findex calendar-goto-mayan-long-count-date
887 Thus, the long count date 12.16.11.16.6 means 12 baktun, 16 katun, 11
888 tun, 16 uinal, and 6 kin. The Emacs calendar can handle Mayan long
889 count dates as early as 7.17.18.13.1, but no earlier. When you use the
890 @kbd{g m l} command, type the Mayan long count date with the baktun,
893 @findex calendar-previous-tzolkin-date
894 @findex calendar-next-tzolkin-date
895 @cindex Mayan tzolkin calendar
896 The Mayan tzolkin calendar is a cycle of 260 days formed by a pair of
904 @findex calendar-previous-haab-date
905 @findex calendar-next-haab-date
906 @cindex Mayan haab calendar
907 The Mayan haab calendar is a cycle of 365 days arranged as 18 months
916 @c This is omitted because it is too long for smallbook format.
917 @c @findex calendar-previous-calendar-round-date
918 @findex calendar-next-calendar-round-date
919 @cindex Mayan calendar round
922 @emph{calendar round}. If you type @kbd{g m p c}, Emacs asks you for
937 basis, in conjunction with the calendar. To use the diary feature, you
944 same file that the @code{calendar} utility uses. A sample
971 * Diary Commands:: Viewing diary entries and associated calendar dates.
981 Once you have created a @file{~/diary} file, you can use the calendar
996 Unmark the calendar window (@code{calendar-unmark}).
1008 the diary entries for the selected date in the calendar. The mode line
1016 @kbd{Button2} on the date, and then choose @kbd{Diary} from the menu
1022 @findex calendar-unmark
1050 date, independently of the calendar display, and optionally for the next
1075 @code{calendar} utility program supports a subset of the format allowed
1077 diary file, with reasonable results aside from the entries it cannot
1088 You can inhibit the marking of certain diary entries in the calendar
1091 in the diary window; it affects only marks on dates in the calendar
1118 diary file, with portions of it concealed from view. This means, for
1171 @vindex european-calendar-style
1172 @findex european-calendar
1173 @findex american-calendar
1175 comes before the month---type @kbd{M-x european-calendar} while in the
1176 calendar, or set the variable @code{european-calendar-style} to @code{t}
1177 @emph{before} using any calendar or diary command. This mode interprets
1181 American style of writing dates, type @kbd{M-x american-calendar}.
1191 While in the calendar, there are several commands to create diary
1208 in the calendar window and typing the @kbd{i d} command. This command
1236 In addition to entries based on calendar dates, the diary file can
1277 1948} specifies the date. (If you are using the European calendar
1283 dates. Here is a block diary entry that applies to all dates from June
1293 indicates the stopping date. (Again, if you are using the European calendar
1318 European calendar style, the month and day are interchanged.)
1324 Marking sexp diary entries in the calendar is @emph{extremely}
1325 time-consuming, since every date visible in the calendar window must be
1362 &%%(let ((dayname (calendar-day-of-week date))
1381 There are many customizations that you can use to make the calendar and
1403 @code{t}, calling up the calendar automatically displays the diary
1410 (calendar)
1414 this displays both the calendar and diary windows whenever you start
1417 @vindex view-calendar-holidays-initially
1419 @code{view-calendar-holidays-initially} to @code{t}, entering the
1420 calendar automatically displays a list of holidays for the current
1424 @vindex mark-diary-entries-in-calendar
1425 You can set the variable @code{mark-diary-entries-in-calendar} to
1427 effect whenever the calendar window contents are recomputed. There are
1432 @vindex mark-holidays-in-calendar
1433 Similarly, setting the variable @code{mark-holidays-in-calendar} to
1437 @vindex calendar-holiday-marker
1439 The variable @code{calendar-holiday-marker} specifies how to mark a
1443 diary entries. The calendar creates faces named @code{holiday-face} and
1448 @vindex calendar-load-hook
1449 The variable @code{calendar-load-hook} is a normal hook run when the
1450 calendar package is first loaded (before actually starting to display
1451 the calendar).
1453 @vindex initial-calendar-window-hook
1454 Starting the calendar runs the normal hook
1455 @code{initial-calendar-window-hook}. Recomputation of the calendar
1456 display does not run this hook. But if you leave the calendar with the
1459 @vindex today-visible-calendar-hook
1460 The variable @code{today-visible-calendar-hook} is a normal hook run
1461 after the calendar buffer has been prepared with the calendar when the
1464 @code{calendar-star-date}.
1466 @findex calendar-star-date
1468 (add-hook 'today-visible-calendar-hook 'calendar-star-date)
1475 @findex calendar-mark-today
1477 (add-hook 'today-visible-calendar-hook 'calendar-mark-today)
1481 @vindex calendar-today-marker
1482 The variable @code{calendar-today-marker} specifies how to mark today's
1485 @code{calendar-today-face} is provided for this purpose; that symbol is
1489 @vindex today-invisible-calendar-hook
1491 A similar normal hook, @code{today-invisible-calendar-hook} is run if
1497 @vindex calendar-holidays
1520 @vindex all-christian-calendar-holidays
1521 @vindex all-hebrew-calendar-holidays
1522 @vindex all-islamic-calendar-holidays
1526 all) of the variables @code{all-christian-calendar-holidays},
1527 @code{all-hebrew-calendar-holidays}, or
1528 @code{all-islamic-calendar-holidays} to @code{t}. If you want to
1545 and month numbers count starting from 1, but ``dayname'' numbers
1546 count Sunday as 0. The element @var{string} is always the
1551 A fixed date on the Gregorian calendar. @var{month} and @var{day} are
1555 The @var{k}th @var{dayname} in @var{month} on the Gregorian calendar
1556 (@var{dayname}=0 for Sunday, and so on); negative @var{k} means count back
1557 from the end of the month. @var{string} is the name of the holiday.
1560 A fixed date on the Hebrew calendar. @var{month} and @var{day} are
1564 A fixed date on the Islamic calendar. @var{month} and @var{day} are
1568 A fixed date on the Julian calendar. @var{month} and @var{day} are
1628 1 starting from Nisan), the Islamic feast celebrating Mohammed's
1629 birthday (since the Islamic months are numbered from 1 starting with
1631 Julian calendar.
1640 (calendar-gregorian-from-absolute
1641 (1+ (calendar-dayname-on-or-before
1642 1 (+ 6 (calendar-absolute-from-gregorian
1653 (extract-calendar-day
1654 (calendar-gregorian-from-absolute
1655 (1+ (calendar-dayname-on-or-before
1656 1 (+ 6 (calendar-absolute-from-gregorian
1667 visible in the calendar window, with descriptive strings, like this:
1675 @vindex calendar-date-display-form
1678 lines, and in messages by setting @code{calendar-date-display-form}.
1712 @vindex calendar-time-display-form
1714 The calendar and diary by default display times of day in the
1715 conventional American style with the hours from 1 through 12, minutes,
1717 also known in the US as military, in which the hours go from 00 to 23,
1718 you can alter the variable @code{calendar-time-display-form}. This
1723 @code{calendar-time-display-form} is as follows:
1749 for daylight savings time vary from place to place and have also varied
1750 historically from year to year. To do the job properly, Emacs needs to
1755 from the system automatically. If some or all of this information is
1760 @vindex calendar-daylight-savings-starts
1761 @vindex calendar-daylight-savings-ends
1764 @code{calendar-daylight-savings-starts} and
1765 @code{calendar-daylight-savings-ends}. Their values should be Lisp
1780 (calendar-nth-named-day 1 0 4 year)
1781 (calendar-nth-named-day -1 0 10 year)
1790 @code{calendar-daylight-savings-starts} to this:
1797 the first of Nisan on the Hebrew calendar. You should set
1798 @code{calendar-daylight-savings-starts} to this value:
1801 (calendar-gregorian-from-absolute
1802 (calendar-absolute-from-hebrew
1807 because Nisan is the first month in the Hebrew calendar and the Hebrew
1808 year differs from the Gregorian year by 3760 at Nisan.
1811 all times in standard time, set @code{calendar-daylight-savings-starts}
1812 and @code{calendar-daylight-savings-ends} to @code{nil}.
1814 @vindex calendar-daylight-time-offset
1815 The variable @code{calendar-daylight-time-offset} specifies the
1819 @c @vindex calendar-daylight-savings-starts-time too long!
1820 @vindex calendar-daylight-savings-ends-time
1821 The two variables @code{calendar-daylight-savings-starts-time} and
1822 @code{calendar-daylight-savings-ends-time} specify the number of minutes
1823 after midnight local time when the transition to and from daylight
1857 diary entries are really absent from the temporary buffer; in the diary
1901 standard syntax table from Fundamental mode
1927 to match part of a word beyond the date itself to distinguish it from
1934 well as entries based on the world-standard Gregorian calendar.
1972 on the Hebrew calendar. And here is Islamic-date diary entry that matches
1981 on the Islamic calendar.
1986 Here is a table of commands used in the calendar to create diary entries
1988 or Islamic calendar:
2022 diary entries: they apply to the date that point is on in the calendar
2093 includes the diary entries from the file @var{filename} in the fancy
2109 ordinary diary display shows the entries directly from your diary file.
2173 @var{day} @var{year}) that refers to the Gregorian calendar.
2180 &%%(let ((dayname (calendar-day-of-week date))
2207 @findex diary-mayan-date
2219 Make a diary entry with today's equivalent date on the Julian calendar.
2223 Make a diary entry with today's equivalent date on the Hebrew calendar.
2225 Make a diary entry with today's equivalent date on the Islamic calendar.
2228 calendar.
2229 @item %%(diary-mayan-date)
2230 Make a diary entry with today's equivalent date on the Mayan calendar.
2242 Hebrew calendar, if you are using the fancy diary display. (With simple
2247 the Hebrew calendar in certain standard ways:
2255 @cindex omer count
2269 Make a diary entry that gives the omer count, when appropriate.
2273 on the proper Hebrew calendar anniversary and on the day before. (In