From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: custom agenda view Date: Thu, 24 Dec 2009 16:50:39 +0530 Message-ID: References: <20091224141015.4645b8b2@n13> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNlkf-00025d-CS for emacs-orgmode@gnu.org; Thu, 24 Dec 2009 06:21:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNlka-000253-Ol for Emacs-orgmode@gnu.org; Thu, 24 Dec 2009 06:21:04 -0500 Received: from [199.232.76.173] (port=48624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNlka-00024z-Gz for Emacs-orgmode@gnu.org; Thu, 24 Dec 2009 06:21:00 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:35632) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNlka-0005H6-Bx for Emacs-orgmode@gnu.org; Thu, 24 Dec 2009 06:21:00 -0500 Received: by iwn26 with SMTP id 26so5209428iwn.14 for ; Thu, 24 Dec 2009 03:20:59 -0800 (PST) In-Reply-To: <20091224141015.4645b8b2@n13> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Yuri Goncharov Cc: Emacs-orgmode@gnu.org 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 > "+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. 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