I'm interpreting "select_tiddlers" to be the "small macro" you wish to pass
the timestamp to.
Further, I'm guessing this macro returns some set of strings (titles or
otherwise) that you then wish to use as argument for the list filter
attribute.
You can do it like so:
\define select_tiddlers()
whatever your macro does and you call the timestamp using <<timestamp>>
\end
<$set name=timestamp value={{ref-timeStamp!!timestamp}}>
<$set name=sel_tid value=<<select_tiddlers>> >
<$list filter=<<sel_tid>> >
</$list>
</$set>
</$set>
I think this should work. You might have to do this instead
<$list filter="[enlist<sel_tid>]" >
etc.
<:-)
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/d0c609df-7602-47fc-8a2a-4fadc1d95455%40googlegroups.com.