The problem seems to be related to an improper use of "context.inTiddler" 
to get the title to compare with the tags.

Instead of using "inTiddler" in the nested fET expression just pass the 
tiddler title as a second parameter to the inner fET expression:

<<forEachTiddler
where 'tiddler.tags.contains("concern")'
write '"<<tiddler [[Topic_A##sub]] with: [["+tiddler.title+"]]  [[Topic_A]] 
$))\n\n\n"'
>>
/%
!sub
__$1__ <<newTiddler label:"[add new]" tag:"viewerTiddler.title" tag:"$1" >> 
Ⓑ
<<forEachTiddler
where 'tiddler.tags.contains("$1") && tiddler.tags.contains("$2")'
sortBy 'tiddler.modified' descending
write '"● [["+tiddler.title+"]]\n"'
>>Ⓒ
!end
%/

I also changed that in your TiddlySpace wiki 
(http://tidref.tiddlyspace.com/) and it solves the issue.

Udo


On Monday, July 9, 2012 6:45:27 PM UTC+2, twgrp wrote:
>
> On Jul 9, 11:31 am, PMario <[email protected]> wrote: 
> > Sry, I haven't been clear, as I wrote, I think fET needs to be 
> > checked. You should contact "abego Software" about this. This is the 
>
> LOL, I thought "checked" was hacker lingo for something. 
> Thank you for the advice. I wrote to 'abego' and I will post any news 
> here - but if anyone has any other ideas, they're more than welcome. 
>
> <:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/OR_nnJnVD5kJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to