I am trying to customize the next report of the taskwarrior by adding follwing to ~/.taskrc
report.next.columns=id,due.formatted,description.count,tags,recur
report.next.labels=ID,Duef,Description,Tags,Recur
All the columns are displayed properly when using task next in terminal. However, with vit 2.0.0, the Duef column is not displayed. The column gets displayed when using due.relative instead of due.formatted. Looks like the date enabled due.formatted is not supported at the moment. It will be very helpful if it gets supported.