From: Yuri Goncharov <gy@hl.ru>
To: Emacs-orgmode@gnu.org
Subject: custom agenda view
Date: Thu, 24 Dec 2009 14:10:15 +0300 [thread overview]
Message-ID: <20091224141015.4645b8b2@n13> (raw)
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
"+STARTED+@WORK" ((org-agenda-todo-ignore-with-date nil)))
("h" "home tasks" tags-todo
"+STARTED+@HOME" ((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
next reply other threads:[~2009-12-24 11:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-24 11:10 Yuri Goncharov [this message]
2009-12-24 11:20 ` custom agenda view Manish
2009-12-24 11:21 ` Matt Lundin
2009-12-24 11:36 ` Yuri Goncharov
-- strict thread matches above, loose matches on Subject: below --
2008-02-02 17:39 Custom " Sebastjan Trepca
2008-02-02 19:27 ` Sebastjan Trepca
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091224141015.4645b8b2@n13 \
--to=gy@hl.ru \
--cc=Emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).