Hi Thomas,
Thomas Moyer <[email protected]> writes:
> What I want is a block agenda, using two agenda blocks. The first will
> *exclude* the entrys tagged as :chores: and the second will *include*
> any entry that is tagged with :chores:.
>
> Is there a way to accomplish this with tags, or maybe properties?
In your agenda custom command first block:
...
(org-agenda-tag-filter ("+Tag"))
...
In your agenda custom command second block:
...
(org-agenda-tag-filter ("-Tag"))
...
Not tested, but it should work -- not the -/+ before the tag itself,
that's what conditions tag filtering out/in.
HTH,
--
Bastien