Creating Timestamps
Commands in Org that produce timestamps
C-c . (org-time-stamp)
It does 5 things:
- Creates a timestamp
- Modifies (depends on position of cursor NB)
- Invoked twice gives a date range
Invoked with a prefix arg inserts date and time
One is prompted to input an alternative time or accept the default
If one doesn't like odd looking times one can round the times up or down with the variableorg-time-stamp-rounding-minutes
)
(setq org-time-stamp-rounding-minutes '(5 5)) ;; the first 5 rounds down, the second up
- Invoked with two prefix args insert date and time but without prompting.
C-c ! (org-time-stamp-inactive) ΒΆ
Inserts inactive timestamp
C-c C-o
Access an Org Agenda date (date must exist and cursor must be on it)
Shift UP DOWN LEFT RIGHT
Modifies dates in various ways
C-c C-y
Work out the number of days in a date range
With a prefix argument work out the number of days and insert the number into the buffer