emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Custom agenda view


From: Sebastjan Trepca
Subject: [Orgmode] Re: Custom agenda view
Date: Sat, 2 Feb 2008 20:27:45 +0100

Nevermind. Finally got through the elisp errors :)

(org-add-agenda-custom-command
     '("w" "TODO"
       ((agenda "TODO" ((org-agenda-skip-function
                                                 (lambda nil
                                                   (org-agenda-skip-entry-if 
(quote notregexp) "\\=.*\\:OFFICE\\:")
                                                   )
                                                 ))
                                )  (tags "OFFICE/NEXT"))))

On 2/2/08, Sebastjan Trepca <address@hidden> wrote:
> Hi,
>
> I'm trying to create a custom view that should display agenda for only
> items that are scheduled today and include a specific tag together
> with tasks that has NEXT todo keyword and the same tag.
>
> Currently I have this:
>
> ("h" "Home tasks" ((agenda) (tags "HOME/NEXT")))
>
> The problem is that agenda, it shows all scheduled tasks and not only
> those with HOME tag. I tried with org-agenda-skip-entry-if but I can't
> make it work.
>
> Thanks.
>
> --
> Sebastjan
>


-- 
Sebastjan




reply via email to

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