I have some entries in one of my agenda files that have timestamp with repeaters. What I would like to do is show only those items tagged with the tag :task: that are for the given day. However the only thing I could come up with was filter by tag in the following way:

task+TIMESTAMP="<today>"

That only works on the day that the timestamp is for. For example:

<2013-01-01 Tue +1w>

Will only show up on Jan. 1 in the filter. Is there a way to filter for things that would show up on a given day?

Thanks!

-Tom