> > <$list filter="[tag[Task]] +[!prefix[context_]]" variable="item">' >
I think the problem here is that you get all tiddlers tagged Task but then remove all tiddlers *titled* with prefix context. Try this: <$set name=badones filter="[tag[Task]tags[]prefix[Context_]tagging[]]"> <$list filter="[tag[Task]] -[enlist<badones>]"/> </$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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1937f7f4-b6e6-4cac-8d64-0d093204a98b%40googlegroups.com.

