Assume you have a macro called "mac" and it produces s line of words which 
should be interpreted as a *Title List*:


\define mac(p1,p2)
here the macro body
...
....
\end 

When I call mac it produces for example

one two twenty six four fifty two

Note here twenty six AND fifty two are single titles


I want then use the output in a list widget

<$list filter=<<mac>> ...
<li><<currentTiddler>></li>

The problem is listwidget cannot distinguish twenty six or fifty two and 
also remove the last two

How can I enforce mac to return a *Title List*?

-Mohammad

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/21047c01-e7c7-47a5-aa79-676c16d1a369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to