Org-mode Repeated Tasks
Repeated tasks
Some tasks need to be repeated again and again, this is called ‘Repeated Tasks’ here.
The repeater
Org mode helps to organize repeated tasks using a so-called repeater in a ‘DEADLINE’, ‘SCHEDULED’, or plain timestamps. In the following example:
** TODO Pay the rent
DEADLINE: <2005-10-01 Sat +1m>
the +1m
is a repeater; the intended interpretation is that the task has a
deadline on ‘ ’ and repeats itself every (one) month starting from
that time. You can use yearly, monthly, weekly, daily and hourly repeat cookies
by using the y
, m
, w
, d
and h
letters1. If you need
both a repeater and a special warning period in a deadline entry, the repeater
should come first and the warning period last,
DEADLINE: <2005-10-01 Sat +1m -3d>
Repeater | Interpretation |
---|---|
.+xy | repeat in x h/d/w/m/y from the last time I marked it done |
++xy | repeat in at least x h/d/w/m/y from the last time I marked it done, And keep it on the same day of the week move the due date into the future by increments of h/d/w/m/y. 2 |
Tracking your habits
-> Use Org-mode to track your habits
Reference
- https://orgmode.org/manual/Repeated-tasks.html
- https://victor72.github.io/blog/2016/06/20/with-org-page-manage-lives/