Sorry, that last one was about passing macros as parameters to other things.
Evolena, One problem with nested macros like that is that unless the first non-whitespace text in the tiddler is \define... than the content isn't treated as a macro and any content between macro definitions (that isn't also a macro) will prevent any text below it from being parsed as a macro definition. Since macros just insert the contained text into the location they are called in the wiki the definition would be placed where the macro is called, this is probably what prevents it from working. At least that is what I think is happening, I am a bit confused about why '\define newtitlemacro() $(v-title)$ $(v-now)$' isn't rendered when newentrymacro is called but it still isn't treated as a macro. There are some subtleties about the rendering process that still confuse me so I may be completely wrong here. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6e328f73-239e-41db-bb44-6fc3341e4a50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

