Skip to content

How to automatically reset the due date of routine tasks? #1616

Answered by claremacrae
FabianoLothor asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @FabianoLothor, I am not aware of any way to do this.

However, you could do useful things in your searches to hide them.

I just tried this on my vault, and it was actually really very useful, as most of my overdue tasks are non-urgent when done ones, and this highlighted a few others that I should have dealt with.

```tasks
# Find the overdue tasks that do not have 'when done'.
# This assumes that the 'when done' recurrences being overdue
# matter less than the ones without 'when done'.
not done
due before today
is recurring
recurrence does not include when done
group by recurrence
sort by due reverse
```

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FabianoLothor
Comment options

@claremacrae
Comment options

Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: recurrence Anything to do with recurring/repeating tasks
2 participants