I'm wondering if there's a way of tracking daily repeating tasks in org-mode. For example lets say I have a list of things to do every day -

* TODO Task 1
* TODO Task 2
* TODO Task 3

Is there a way to have the tasks under a new daily date heading automatically, so it might become -

* TASKS
** April 17 [/]
*** TODO Task 1
*** TODO Task 2
*** TODO Task 3
** April 18 [/]
*** TODO Task 1
*** TODO Task 2
*** TODO Task 3

...ETC

Thanks

link|improve this question

79% accept rate
feedback

1 Answer

up vote 3 down vote accepted

If you use org-mode's agenda mode to organize your tasks, which I recommend, you can add +1d to your task's timestamp to make it recur daily. The example given in the Dates and Times section of the manual is Pick up Sam at school <2007-05-16 Wed 12:30 +1w>.

link|improve this answer
Thanks I tried the example and that's really useful but is there any way to group it into days like my example instead of tasks so I can look back and check how many tasks where completed on any given day? – usertest Apr 17 '11 at 3:19
1  
It looks like this is the best way to go in org-mode – usertest Apr 18 '11 at 7:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.