I have the following problem. In a tiddler I wrote the title exactly as I 
did in the tag. Now I would like to insert the title as a tag name in a 
macro. However, 

ยดยดยด
<$ list [tag [<<CurrentTitle>>]] + [tag [$ art $]]>
```
does not work. at the moment my input looks like this. 

```
<< person-device-a "tiddler name" "geraeteart" >>
```

Since there are several types of devices, the macro is called several times. 
The 
macro currently looks like this. 

```
\ define person-device-a (person type)
<tr valign = middle align = left> <th> $ art $ </th> 
<td> 
<$ list filter = "[tag [$ art $] sort [title]] + [tag [$ person $] sort 
[title]]"> 
</td> 
<td valign = middle align = center>
<$ list filter = "[tag [$ person $]] + [tag [$ art $] count []]"> </ $ list>
</td> 
</tr> 
\end
```

What I want is that I can save myself having to enter the tiddler name. Is 
there a way to do this?


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/801dae49-cda9-4cd2-81e4-8817eab05c40n%40googlegroups.com.

Reply via email to