Bastien <bastien.gue...@wikimedia.fr> writes:

> Hi Osiris,
>
> OSiRiS <os...@osiux.com.ar> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to