task: Remove duplicate next report
While taskwarrior itself can handle the duplication, it errors other programs like my taskopen python script.
This commit is contained in:
parent
4222648ab0
commit
c381a0ffb6
1 changed files with 1 additions and 4 deletions
|
|
@ -34,9 +34,6 @@ active.indicator=>
|
||||||
report.list.columns=start.active,id,project,priority,due,description.count,tags,entry.age
|
report.list.columns=start.active,id,project,priority,due,description.count,tags,entry.age
|
||||||
report.list.labels=,,Project,Pri,Due,Description,Tags,Age
|
report.list.labels=,,Project,Pri,Due,Description,Tags,Age
|
||||||
# customize next report: focus on urgencies
|
# customize next report: focus on urgencies
|
||||||
report.next.columns=id,project,priority,urgency,due,description.count,tags,scheduled,entry.age,recur
|
|
||||||
report.next.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
|
||||||
# customize next report: focus on urgencies
|
|
||||||
report.next.columns=id,project,priority,urgency,due,description,tags,scheduled,entry.age,recur
|
report.next.columns=id,project,priority,urgency,due,description,tags,scheduled,entry.age,recur
|
||||||
report.next.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
report.next.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
||||||
|
|
||||||
|
|
@ -113,4 +110,4 @@ report.issues.description=Git Issue Open or Closed state
|
||||||
report.issues.columns=id,project,priority,due,gitbugstate,description,tags,scheduled
|
report.issues.columns=id,project,priority,due,gitbugstate,description,tags,scheduled
|
||||||
report.issues.filter=( +PENDING or +WAITING ) and ( gitbugstate:OPEN )
|
report.issues.filter=( +PENDING or +WAITING ) and ( gitbugstate:OPEN )
|
||||||
|
|
||||||
news.version=3.0.2
|
news.version=3.4.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue