It's angle bracket count is probably being thrown off by this:

<field-name>[]

Pretty sure that's not allowed. You will need a macro to stitch together 
your filter, like:

\define myfilter() [title<currentTiddler>!$(field-name)$[]]

<$vars field-name="design">
<$list filter=<<myfilter>>>
<div class="h2"><<field-name>>:</div>
<div class="text"><$transclude mode="block" field=<<field-name>>/></div>
</$list>
</$vars>


Good luck!
Mark




On Friday, July 28, 2017 at 11:58:35 AM UTC-7, stevesuny wrote:
>
> This is really weird:
>
> This works, despite (because of?) the lack of a closing ">" on the first 
> line:
>
> <$vars field-name="design" 
> <$list filter="[title<currentTiddler>!<field-name>[]]">
> <div class="h2"><<field-name>>:</div>
> <div class="text"><$transclude mode="block" field=<<field-name>>/></div>
> </$list>
> </$vars>
>
>
> But this doesn't:
>
> <$vars field-name="design">
> <$list filter="[title<currentTiddler>!<field-name>[]]">
> <div class="h2"><<field-name>>:</div>
> <div class="text"><$transclude mode="block" field=<<field-name>>/></div>
> </$list>
> </$vars>
>
> Thoughts?
>
> //steve.
>
>

-- 
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/32776ec0-26be-4d67-90bd-f37472061844%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to