First of all, I could not attach any minimal test case because this question is about days operator which can vary depends on your local time.
I am trying to get list of tiddlers due within 7 days including today and excluding past event. I thought excluding past event would be not that complicated but it's trickier than I thought. I just couldn't figure out this. <<list-links '[days:due[7]days:due[-1]]'>> This macro retrieve task due in 7 days but includes task due yesterday. <<list-links '[!days:due[1]days:due[7]][days:due[0]]'>> This macro retrieve task due in 7 days and except task due tomorrow. I have tried various days operator form but I coudn't figure out how to deal with this +-1 day problem. Any help would be really appriciated Best wishes CL -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ec2e4910-6e0f-477d-afbe-1aa1609f62b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

