I'm completely confused on how mgtdLists work now -

When I put your macro in TagDashboard##Project, it shows *all* overdue
items from *all* projects.

On Jan 29, 6:07 am, Javix <[email protected]> wrote:
> <<mgtdList
>     title:'Overdue Actions'
>     startTag:Action
>     tags:'!Done'
>     view:Tickler
>     mode:global
>     where:'tiddler.ticklerIsActive()&&tiddler.fields.mgtd_date'
>     sort:'tickleDate'
>     dontShowEmpty:yes
>     ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}

However, when I put some other mgtdLists I've written in various
Dashboards, they do not look for the Project tag, and so show nothing!

For instance, if I put this in a tiddler tagged [[Example Project]]:

          <<mgtdList title:'Incomplete Actions' tags:'Action && !Done'
view:Action
                ignoreRealm:yes
                newButtonTags:'Action Done Next'
                dontShowEmpty:yes
                sort:-modified
          ">>

I get an empty list, when there are quite a few actions also tagged
"Action [[Example Project]]" !!

Any idea how to specify the tiddler's project tag as a flag to tags: ?
i.e.:
          tags:'Action && {{this.tiddler.parentProjectName}}'
(you get the idea)

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to