For those who want to know what I ended up doing:
I needed something easy and decided to go with the following for my tiddler for June 19, tagged 'date'
`<span class="indent1"><hr><$list filter="[tag[19]sort[title]]"><span class="bubble"><$transclude field="temas"/></span><br><br><$transclude field="text" mode="block"/><hr></$list></span>`
where 19 is the tag I add for anything created on the 19th.
Then I have a June tiddler with the following:
<$list filter="[tag[date]sort[title]!title[$:/.fechatemplate]]"><h3><$view field="title"/></h3><$transclude field="text" mode="block"/><br></$list>
Then from the June tiddler I create a static as I update it:
http://recursos.giffmex.org/2016/junio.htmlDave