Contents
- 1 Where does the timestamp go in the Org tree?
- 2 What’s the difference between an inactive and active timestamp?
- 3 What does the repeater interval mean on a timestamp?
- 4 What kind of date format does ORG use?
- 5 How to create an Org time stamp in Emacs?
- 6 What happens when you change the point in a timestamp?
Where does the timestamp go in the Org tree?
A timestamp can appear anywhere in the headline or body of an Org tree entry. Its presence causes entries to be shown on specific dates in the agenda (see Weekly/daily agenda). We distinguish: Plain timestamp; Event; Appointment
What’s the difference between an inactive and active timestamp?
Just like a plain timestamp, but with square brackets instead of angular ones. These timestamps are inactive in the sense that they do nottrigger an entry to show up in the agenda. * Gillian comes late for the fifth time [2006-11-01 Wed]
How does a timestamp work on an agenda?
A simple timestamp just assigns a date/time to an item. This is just like writing down an appointment or event in a paper agenda. In the agenda display, the headline of an entry associated with a plain timestamp is shown exactly on that date.
What does the repeater interval mean on a timestamp?
A timestamp may contain a repeater interval, indicating that it applies not only on the given date, but again and again after a certain interval of N days (d), weeks (w), months (m), or years (y). The following shows up in the agenda every Wednesday:
What kind of date format does ORG use?
The Org date format is inspired by the standard ISO 8601 date/time format. To use an alternative format, see Custom time format. The day name is optional when you type the date yourself. However, any date inserted or modified by Org adds that day name, for reading convenience.
Is the Org date format the same as ISO 8601?
The Org date format is inspired by the standard ISO 8601 date/time format. To use an alternative format, see Custom time format. The day name is optional when you type the date yourself. However, any date inserted or modified by Org adds that day name, for reading convenience. (60)
How to create an Org time stamp in Emacs?
When called with a prefix argument, use the alternative format which contains date and time. The default time can be rounded to multiples of 5 minutes. See the option org-time-stamp-rounding-minutes . With two prefix arguments, insert an active timestamp with the current time without prompting.
What happens when you change the point in a timestamp?
Within a timestamp, change the item under point. Point can be on a year, month, day, hour or minute. When the timestamp contains a time range like ‘ 15:30-16:30 ’, modifying the first time also shifts the second, shifting the time block with constant length.