[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Calendar mode provides commands for moving to a particular date specified in various ways.
Move point to specified date (calendar-goto-date
).
Move point to specified day of year (calendar-goto-day-of-year
).
Move point to specified week of year (calendar-goto-iso-week
).
Center calendar around specified month (calendar-other-month
).
Move point to today's date (calendar-goto-today
).
g d (calendar-goto-date
) prompts for a year, a month, and a day
of the month, and then moves to that date. Because the calendar includes
all dates from the beginning of the current era, you must type the year in
its entirety; that is, type ‘1990’, not ‘90’.
g D (calendar-goto-day-of-year
) prompts for a year and day
number, and moves to that date. Negative day numbers count backward from
the end of the year. g w (calendar-goto-iso-week
) prompts for
a year and week number, and moves to that week.
o (calendar-other-month
) prompts for a month and year, then
centers the three-month calendar around that month.
You can return to today's date with . (calendar-goto-today
).
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.