Bernt Hansen <[email protected]> writes:
> Carsten Dominik <[email protected]> writes:
>
>> On 6.5.2011, at 19:40, Bernt Hansen wrote:
>>
>>> Hi Carsten,
>>>
>>> Thanks for the patch! This almost does what I want :)
>>>
>>> This patch works for TODO agendas but not tags match agendas which is
>>> what I am trying to use.
>>>
>>> C-c a y returns the result I want
>>> C-c a x should be identical and is not.
>>
>>
>> Hi Bernt,
>>
>> here is a patch to *replace* the other patch I sent earlier. This one
>> should also work for tags-todo searches....
>>
>> Completely untested......
>
> Hi Carsten,
>
> This patch works for me. I'll be running with it on my master branch
> until further notice.
>
> Thanks!!
>
> Bernt
Bah. I spoke too soon on that. It works great for the minimal example
I sent earlier but as soon as I applied to to my regular files my list
of REFILE tasks is broken.
(tags "LEVEL=1+REFILE"
((org-agenda-overriding-header "Notes and Tasks to Refile")
(org-agenda-overriding-header "Tasks to Refile")))
This now returns tasks without REFILE as a tag -- I think maybe it's
getting ALL level 1 headings.
So tag filtering is broken with this patch.
-Bernt