My past due tasks are not showing in the new version. Anyone else experiencing this issue?
-Bob-
I had this issue with slider skin yesterday but didn't report it because I am not sure when and how is it happening. There is some specific case when it happens and its not always. Will update if I find something.
you will need to add "[overdue]" in the taskfilter (config) to get overdue tasks.
lol... I think while modding everything in the slider skin yesterday I put in taskoverdue option for agenda screen and didn't remember afterwards that I have done that. :oops:
OK, Here are some lines at the end of the config.txt file. Can you tell me what to chang?
// USE THIS TO FILTER AllDayEvents: AND [AllDayEvent] = FALSE
taskfilter,0,90,,
calendarfilter,0,90,
calendarfilter,1,360,[Categories] <> "Class"
text,calendarfilter1,GENERAL
taskfilter,1,90,[overdue],[Categories] <> "Class"
text,taskfilter1,GENERAL
calendarfilter,2,90,[Categories] = "Exam" OR [Categories] = "Review"
text,calendarfilter2,EXAMS
taskfilter,2,90,[overdue],([Categories] = "Exam" OR [Categories] = "Review") AND [Categories] <> ""
text,taskfilter2,EXAMS
taskfilter,3,360,[overdue],
calendarfilter,countdown,360,[Categories] = "Countdown"
taskfilter,countdown,360,,[Categries] = "Countdown"
Thanks.
-Bob-
the very first line
taskfilter,0,90,,
to taskfilter,0,90,[overdue],