Skip to content

Should Query "Done After <date>" include "Not Done"? #672

Answered by schemar
MalignantCarp asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the idea @MalignantCarp. The current behavior with regards to done/not done is what most people expect, I think. The current way to have "tasks that are not done" and "tasks that are done" in a daily note is using multiple queries. Something like:

## Done Today
```tasks
done today
```

## Overdue
```tasks
not done
due before today
```

## Scheduled
```tasks
not done
scheduled before tomorrow
```

Of course, adapt it to your needs. An older daily agenda example is in the documentation: https://schemar.github.io/obsidian-tasks/advanced/daily-agenda/
But it doesn't use scheduled.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@claremacrae
Comment options

Answer selected by claremacrae
Comment options

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

@MalignantCarp
Comment options

Comment options

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

@claremacrae
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: no action needed Conclusion of the discussion was that no changes to Tasks are required
3 participants