emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: custom agenda view with tags-todo not work


From: Bernt Hansen
Subject: [Orgmode] Re: custom agenda view with tags-todo not work
Date: Tue, 22 Feb 2011 09:42:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Bastien <address@hidden> writes:

> Hi Osiris,
>
> OSiRiS <address@hidden> writes:
>
>> I tried to set the custom view in the calendar, but does not work.
>>
>> #+BEGIN_SRC elisp
>>
>>   (setq org-agenda-custom-commands
>>     '(
>>       ("f" "FIXED" tags-todo 
>> "+bug+TODO=\"DONE\"+STATUS=\"FIXED\"+CLOSED>=\"<today>\"")
>>     )
>>   )
>>
>> #+END_SRC
>>
>> No error occurs when run:
>
> Looks good so far...
>

>> Can someone tell me where is the error? thanks!
>
> I don't understand what is the error.  Can you be more specific?
> Also, don't forget to tell us what version of Org and Emacs you
> are using.

The problem is tags-todo will not match closed states.  I ran into the
same problem trying to make an agenda view for tasks to archive.  My
solution was to change to a tags match not a tags-todo match.

HTH,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]