[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] custom agenda view
From: |
Yuri Goncharov |
Subject: |
[Orgmode] custom agenda view |
Date: |
Thu, 24 Dec 2009 14:10:15 +0300 |
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.
--
Highlink Ltd. St-Peterburg, Russia
+7 812 3341212
http://www.hl.ru
- [Orgmode] custom agenda view,
Yuri Goncharov <=