From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Agenda view with tags filter Date: Tue, 20 Nov 2007 00:53:47 +0000 Message-ID: <87lk8tzqhw.fsf@bzg.ath.cx> References: <87oddqj669.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 1IuHNH-0000u3-8f for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:53:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuHNF-0000sR-Jw for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:53:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuHNF-0000sN-Ho for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:53:57 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuHNE-0006Oh-Qj for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 19:53:57 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1139200ugf for ; Mon, 19 Nov 2007 16:53:55 -0800 (PST) In-Reply-To: <87oddqj669.fsf@kanis.eu> (Ivan Kanis's message of "Mon, 19 Nov 2007 22:07:10 +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 Hi Ivan, Ivan Kanis writes: > I was wondering if it's possible to have an agenda view with a filter > on tags. Fox example I would like to have a daily agenda with only the > :home: tag item listed. I suspect you're using an old version of Org. What version of Org are you using? ,---- | M-x org-agenda m `---- lets you match a TAGS query. If you want to store a tags search in a agenda custom command: ,---- | (setq org-agenda-custom-commands | '(("*" tags "home" nil))) `---- This agenda command `*' will list all your entries tagged :home: > I looked at the manual and the source code but it doesn't seem > possible. Maybe I have missed something? Maybe this will help: (info "(org)Storing searches") -- Bastien