emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] custom agenda view


From: Manish
Subject: Re: [Orgmode] custom agenda view
Date: Thu, 24 Dec 2009 16:50:39 +0530

On Thu, Dec 24, 2009 at 4:40 PM, Yuri Goncharov wrote:
> I try to make custom agenda view with todo keyword STARTED and tag @HOME
> I wrote this code
>
> (setq org-agenda-custom-commands
>      (quote
>        (("w" "work tasks" tags-todo
>        "address@hidden" ((org-agenda-todo-ignore-with-date nil)))
>        ("h" "home tasks" tags-todo
>        "address@hidden" ((org-agenda-todo-ignore-with-date nil)))
>        ("n" "Notes" tags "NOTE" nil))))
>
> but it's not work.

I will and run your scenario later but may be this can be of help too
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php

-- 
Manish




reply via email to

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