diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-20 09:09:09 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-20 09:09:09 +0100 |
commit | 3d79bde7482a1d96745a4631e5bacf12ad70df6b (patch) | |
tree | 66d1a2c243be33ba67378f99d8a0241461a983cb /taskrc | |
parent | 6cc4ed44830a62b7f43870dae3fb2540687671b0 (diff) |
fixed report filter
Diffstat (limited to '')
-rw-r--r-- | taskrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -196,7 +196,7 @@ context.nocode=project.not:code # Due or scheduled today report.ml_due_or_scheduled_today.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency report.ml_due_or_scheduled_today.description="Due or scheduled today" - report.ml_due_or_scheduled_today.filter=(due.is:today or scheduled.is:today) and status:pending + report.ml_due_or_scheduled_today.filter=(due:today or scheduled:today) and status:pending report.ml_due_or_scheduled_today.sort=due,urgency # # Due or scheduled tomorrow @@ -299,4 +299,3 @@ context.nocode=project.not:code regex=on news.version=2.6.0 -context=nocode |