2012/10/28 Bastien <b...@altern.org>:
> Hi Alexander,
>
> Alexander Baier <lexi.ba...@gmail.com> writes:
>
>> (setq org-agenda-custom-commands
>>   '(("d" "Test Tag Filter"
>>      ((agenda ""
>>               ((org-agenda-files '("~/org/WeeklyFilterTest.org"))
>>                (org-agenda-filter "-EXCL")))))))
>
> You need to locally bind `org-agenda-tag-filter-preset' to a list of
> tags like '("-EXCL").
>
> I did not test, but this should be okay:
>
> (setq org-agenda-custom-commands
>   '(("d" "Test Tag Filter"
>      ((agenda ""
>               ((org-agenda-files '("~/org/WeeklyFilterTest.org"))
>                (org-agenda-tag-filter-preset '("-EXCL"))))))))
>
> PS: You're right that org-agenda-filter does not exist.
>
> --
>  Bastien

This works as wanted it to, thank you!
Another question: Do you know if there is any documentation on the
settings i can pass to the commands in org-agenda-custom-commands?

Regards
Alexander

Reply via email to