can you post the full code involved in creating the new tiddler ? As far as I can tell
<$set name="proj_owner" value={{$:/status/UserName}}>
<<proj_owner>>
</$set>
correctly sets the proj_owner variable to the username, whereas your macro approach does not (the result of the macro is not treated as WikiText).
/Andreas
--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/83af6e63-70ef-4e2a-94bd-5d7d02c47509%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<$set name="proj_owner" value={{$:/status/UserName}}>
<$set name="proj_start_date" value=<<now YYYY-0MM-0DD>>>
<$newtiddler title="New Project" skeleton="$:/plugins/kurt/projects/template/project">New Project</$newtiddler>
</$set></$set>