Repeat scheduled dates independently of due dates. #687
Replies: 6 comments 7 replies
-
Hi, thank you for the question. Please could you give some concrete examples of what you are trying to achieve, preferably that doesn't require mugging on on org mode? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
I don't understand "mugging on on org mode" in this context, but whatever. I mentioned one use case in my original post: a task that starts, say, 1 Sep, is due by, say, 22 Dec, and appears as "scheduled" for, say, every Tuesday and Thursday. Such tasks would involve certain activities to be done on Tuesdays and Thursdays, and that cumulatively complete by 22 Dec. After the due date, I needn't worry about the task again till the following 1 Sep. I could also implement this if I could limit recurrences by number or date, but I believe the doc explicitly says neither of those are possible. I'm open to other ways to implement this with existing features. |
Beta Was this translation helpful? Give feedback.
-
Thank you. With that explanation, I think I understand what you're after. With the current capabilities of Tasks, here's how I would do that:
(The last one is optional, if you would see the next task after the 22 Dec and cancel it) |
Beta Was this translation helpful? Give feedback.
-
Sure, I could do that. But it would be friction-y. It would be more "natural" to be able to at least set the number of recurrences or the date of last recurrence. I appreciate that this is all freeware and the devs are very busy. I'm just suggesting this might be a worthwhile addition to Tasks's functionality in time. |
Beta Was this translation helpful? Give feedback.
-
Of course, thank you for the suggestion. |
Beta Was this translation helpful? Give feedback.
-
That should be covered quite easily in future by #1729, which is a request for a rather more mainstream, widely useful facility. So I am going to close this in favour of #1729. I'll mark this as 'not planned' rather than 'won't do' - meaning that if someone came up with an implementation which fitted Tasks well, and they discussed how it would work in advance, I would consider a PR but not actively support the work, due to the sheer quantity of other much more highly-requested and up-voted requests. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a professor, my life is divided into 13-week clusters of repeating tasks.
As a result, I often end up with tasks that I have to do, say, every week, but only for Fall semester.
One way to do this is how org-mode does it: having separate recurrence rules for scheduled dates and for due dates. I could in that way repeat a task every week between Sep and Dec by repeating the start and due dates every year but repeating the scheduled dates every week.
Dunno if that's possible within the current implementation, but I expect there are many other use cases where this could be beneficial.
Beta Was this translation helpful? Give feedback.
All reactions