Top level OR instead of AND would help me create the hotlist I want, which looks like this:
- Starred tasks
- Tasks with Tag="ASAP"
- Tasks that are due soon (or overdue) AND start-date is not in the future
However, in each of the OR sections, I would have to keep repeating a "not-completed" clause, as well. I could live with that; however, ideally, I would be able to group clauses at more than one level, e.g.
Not-Completed AND ((Starred) OR (Tag=ASAP) OR (DueSoon AND not-future-start) )
Top level OR instead of AND would help me create the hotlist I want, which looks like this:
- Starred tasks
- Tasks with Tag="ASAP"
- Tasks that are due soon (or overdue) AND start-date is not in the future
However, in each of the OR sections, I would have to keep repeating a "not-completed" clause, as well. I could live with that; however, ideally, I would be able to group clauses at more than one level, e.g.
Not-Completed AND ((Starred) OR (Tag=ASAP) OR (DueSoon AND not-future-start) )