OK, got it solved !   :-D

I used this script in a fET, iterating all tiddlers

   script '
      function test(tiddler) {
            config.options.txtTESTVar=tiddler.title
            var txt =  ""
            if (DataTiddler.getData(tiddler.title,"parent",false)) 
{txt=DataTiddler.getData(tiddler.title,"parent");}
            return txt  }
      ' 

txtTESTVar revealed the names of the faulty tiddlers.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to