Your inner list isn't restricted to the results of the outer list, it is 
getting everything tagged with the title of the containing tiddler. You 
need to add tag<currentTiddler> to the inner list.

<$set name=tiddler-title value={{!!title}}>



<<tiddler-title>>

<$list filter="[tag[Area]]">
<$link>''{{!!title}}<br>''</$link>
<$list filter="[tag<currentTiddler>tag<tiddler-title>]">

<$transclude mode="block"/>
</$list>
</$list>

</$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/e2b9ba97-29c3-4db1-994c-68002bf63a92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to