summaryrefslogtreecommitdiffstats
path: root/taskrc
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-20 09:09:09 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-20 09:09:09 +0100
commit3d79bde7482a1d96745a4631e5bacf12ad70df6b (patch)
tree66d1a2c243be33ba67378f99d8a0241461a983cb /taskrc
parent6cc4ed44830a62b7f43870dae3fb2540687671b0 (diff)
fixed report filter
Diffstat (limited to '')
-rw-r--r--taskrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/taskrc b/taskrc
index c090623..a4c916a 100644
--- a/taskrc
+++ b/taskrc
@@ -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