Skip to content

Error When Rendering Documentatin's Daily Agenda ("Tasks query: do not understand due date") #586

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

You must be logged in to vote

@GregHilston you can have "dynamic" due/done dates with the Tasks plugin without any templating.
When you use a date filter like today (see the documentation that @claremacrae provided), then that will always be today. The same query will show other resulting tasks tomorrow than it does today. And it will automatically update at midnight if you leave Obsidian open.

today, next sunday, etc. are always relative to the current date. They are not replaced by the time you write the query.

So, in your case, you can do something like the following (without any additional plugins besides Tasks):

# Tasks

## Overdue

```tasks
not done
due before today
```

## Due today

```tasks
not done
due today…

Replies: 2 comments 3 replies

Comment options

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

@GregHilston
Comment options

Comment options

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

Answer selected by schemar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants