How do I get the default agenda view in Slider to show past due tasks? They show up in the other POOM views, but not the default first view.
Thanks.
-Bob-
Thanks Fishboy. Here's the answer, in case anyone is interested.
BTW, it was MY fault this didn't work. I used my old config file when I updated to 10.2. If I had used the default config file, the problem wouldn't have occurred.
QuoteModify the taskfilter with ID 0 (which is used by the Agenda poom display)in the config file and add [overdue] to the options field like so:
Code:
taskfilter,0,90,[overdue],
-Bob-