You made the same mistake, many TW users made (even me). The "brackets" in 
the filters are not really brackets in the usual sense, but just "syntactic 
sugar". At least that's my explanation. The outer brackets are required, 
but you can't use more than 1 level there!

So this is wrong:
*[ [ !has[draft.of]tag[Journal]!sort[date] ] next[] ]*

It should be

*[ !has[draft.of]tag[Journal]!sort[date] ] **[ next[] ]*

or just

*[ !has[draft.of]tag[Journal]!sort[date]next[] ]*



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to