From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Agenda view with tags filter Date: Tue, 20 Nov 2007 01:57:35 +0000 Message-ID: <8763zxy8z4.fsf@bzg.ath.cx> References: <87oddqj669.fsf@kanis.eu> <87lk8tzqhw.fsf@bzg.ath.cx> <87k5odr9c4.fsf@kanis.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuIMz-0004m8-Ka for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:57:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuIMx-0004lw-Mn for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:57:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuIMx-0004lt-IU for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:57:43 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuIMx-0004BB-4r for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:57:43 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1148252ugf for ; Mon, 19 Nov 2007 17:57:42 -0800 (PST) In-Reply-To: <87k5odr9c4.fsf@kanis.eu> (Ivan Kanis's message of "Tue, 20 Nov 2007 02:31:39 +0100") 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: emacs-orgmode@gnu.org Ivan Kanis writes: >> ,---- >> | M-x org-agenda m >> `---- >> >> lets you match a TAGS query. > > Yes I am aware of this command, it lists all item matching tags. I > would like an agenda view with items that matches a specific tag. For > example a day view with only :office: items. Ah, okay. Maybe this will help: (org-add-agenda-custom-command '("h" agenda "" ((org-agenda-skip-function '(org-agenda-skip-entry 'notregexp ":home:")) (org-agenda-overriding-header "Agenda with :home: tag:")))) BTW, "agenda view" might be a bit confusing. Maybe we should use "agenda view" for (agenda) only and "custom view" for other types of views. -- Bastien