Try this:
<$set name="daysfromtoday1" value="-1">
<$set name="daysfromtoday2" value="7">
<$list filter="[days:due<daysfromtoday1>!days:due<daysfromtoday2>
sort[due]]">
<ul><li><$link to={{!!title}}><$view field="title"/> </$link></li></ul>
</$list>
</set>
</set>
El sábado, 30 de enero de 2016, 1:09:02 (UTC-6), CL escribió:
>
> 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/28c61baa-55c3-42b2-a63a-175c242d5db4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.