I've found a bug and changed the macro a bit:

\define extract-tasks-from-tiddler()
<$list 
filter="[[$(storyTiddler)$]get:lines[text]removeprefix[;Task:]!prefix[ ]] 
[[$(storyTiddler)$]get:lines[text]removeprefix[;Task:]prefix[ 
]removeprefix[ ]]" variable="taskLine">
<$list filter="[<taskLine>is[missing]]">
<$action-createtiddler $basetitle=<<taskLine>>/>
<$action-setfield $tiddler=<<taskLine>> tags="Task"/>
</$list>
</$list>
\end


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c76d079c-8ffd-4952-8259-044f65e9309f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to