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
>        "+start...@work" ((org-agenda-todo-ignore-with-date nil)))
>        ("h" "home tasks" tags-todo
>        "+start...@home" ((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


_______________________________________________
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