task: Only show annotation count in list view
In 'next' view (my default) we list all annotations as normal with their full text. However, in 'list' view, we only show how many annotations are on a task (if any) and do not display their contents. This turns it into actually more of a list if there are many annotated tasks.
This commit is contained in:
parent
5679887739
commit
7f1064370b
1 changed files with 4 additions and 1 deletions
|
|
@ -31,9 +31,12 @@ alias.o=exec topen
|
|||
active.indicator=>
|
||||
|
||||
# customize list report: focus on due dates
|
||||
report.list.columns=start.active,id,project,priority,due,description,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
|
||||
# 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.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue