This is the official manual for the latest Org-mode release.
The following commands allow you to quickly insert1 a deadline or to schedule an item:
org-deadline
)org-log-redeadline
2, a note will be taken when changing an existing
deadline.
org-schedule
)org-log-reschedule
3, a note will be taken when changing an existing
scheduling time.
org-mark-entry-for-agenda-action
)org-check-deadlines
)org-deadline-warning-days
.
With C-u prefix, show all deadlines in the file. With a numeric
prefix, check that many days. For example, C-1 C-c / d shows
all deadlines due tomorrow.
org-check-before-date
)org-check-after-date
)Note that org-schedule
and org-deadline
supports
setting the date by indicating a relative time: e.g., +1d will set
the date to the next day after today, and –1w will set the date
to the previous week before any current timestamp.
[1] The ‘SCHEDULED’ and ‘DEADLINE’ dates are inserted on the line right below the headline. Don't put any text between this line and the headline.
[2] with corresponding
#+STARTUP
keywords logredeadline
, lognoteredeadline
,
and nologredeadline
[3] with corresponding #+STARTUP
keywords logreschedule
, lognotereschedule
, and
nologreschedule