I want to track habits using org-mode. For example, I want to do exercise 3 times every week. Is there a way to schedule 3 times a task every week irrespective of the date in org-mode?
feedback
|
|
You should be able to more or less do that using org habit tracking (See: Org-Habits). To load org-habits you would need to add it to
Then set your exercise
A single habit should suffice, it will not be exactly 3 times per week, but over time it will average out to such. If you use a scheduled repeater that is Your final habit should look something like this initially, as you complete it DONE logging will be added in and the last-repeat will be kept track of as a property:
| |||
|
feedback
|
|
I can't see any way to do this with one entry. The way I do similar things is to create a special TODO sequence for is, say Then simply write three entries, each on a week repeat
It's not that clean, but it works. | |||||
feedback
|
|
You can use a timestamp with repeater interval as described in the manual.
| |||||||
feedback
|