View Single Post
I haven't fully explored the wrinkles yet, but I've discovered a useful feature of repeating groups:

If a group repeats at 00:00 every day, and starts today, and one of it's subtasks starts at a specific time today, when the group repeats the subtask start time is bumped a day too. This allows project structures like:

- Chores: start today at 00:00, repeat after one day, parallel, auto complete
-- Morning: auto complete
--- lots of tasks here -> MorningContext
-- Evening: start today at 18:00, auto complete
--- lots of tasks here -> EveningContext

When the root task becomes complete and it's all replicated for tomorrow, the evening group gets a start time of tomorrow at 18:00, which is of course exactly what I want.

I think there's a case for some central browsable repository for little recipes like this - I've been using OF for a couple of years and I'm still discovering things like this!