I just solved the "Recursive transclusion error" returned by my macro after it has been packed in a plugin. Thanks a lot to TonyM. You're suggestions forced me to keep digging further, while I was giving up.
The fact was that I initialize my environment with: <$importvariables filter="[tag[$:/tags/tblMacro]]"> which results in an empty list if the tiddler tagged "$:/tags/tblMacro" are shadow tiddlers. Simply changing the filter to: <$importvariables filter="[all[shadows+tiddlers]tag[$:/tags/tblMacro] !has[draft.of]]"> Clearly the solving part is "all[shadows+tiddlers]". I added the " !has[draft.of]" part to prevent me to be here tomorrow posting for help request again ;^))) Regards, )+( -- 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/ad523f8b-a633-43d9-a796-026be44759e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

