Assuming what you want is a list of tiddlers tagged with the title of current tiddler, this code will work.
<$set name="myVar" value=<<currentTiddler>>> <$list filter="[tag<myVar>]"/> </$set> -- 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/6fe02ab4-6633-41d9-993e-a1053f56f684%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

