Next: Creating timestamps, Previous: Timestamps, Up: Timestamps
A time stamp is a specification of a date (possibly with time) in a special format, either `<2003-09-16 Tue>' or `<2003-09-16 Tue 09:39>'1. A time stamp can appear anywhere in the headline or body of an org-tree entry. Its presence allows entries to be shown on specific dates in the agenda (see Weekly/Daily agenda). We distinguish:
* Meet Peter at the movies <2006-11-01 Wed 19:15>
* Gillian comes late for the fifth time [2006-11-01 Wed]
** Meeting in Amsterdam
<2004-08-23 Mon>--<2004-08-26 Thu>
*** TODO Call Trillian for a date on New Years Eve.
SCHEDULED: <2004-12-25 Sat>
org-deadline-warning-days before the due date, and
continuing until the entry is marked DONE. An example:
*** TODO write article about the Earth for the Guide
The editor in charge is [[bbdb:Ford Prefect]]
DEADLINE: <2004-02-29 Sun>
org-log-done is non-nil, Org-mode will automatically insert
a special time stamp each time a TODO entry is marked done
(see Progress logging). This time stamp is enclosed in square
brackets instead of angular brackets.
[1] This is the standard ISO date/time format. If you cannot get used to these, see Custom time format
[2] It will still be
listed on that date after it has been marked DONE. If you don't like
this, set the variable org-agenda-skip-scheduled-if-done.