From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Filtering agenda by tags. Date: Wed, 20 Apr 2011 09:12:02 -0400 Message-ID: <877hapawyl.fsf@fastmail.fm> References: <4DAEB2CE.2040708@gmail.com> <87bp01axv3.fsf@fastmail.fm> <4DAEDA14.8020409@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCXCP-0007Jx-8z for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCXCO-00032j-6T for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:12:05 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:36021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCXCO-00032b-2x for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:12:04 -0400 In-Reply-To: <4DAEDA14.8020409@gmail.com> (=?utf-8?Q?=22Rados=C5=82aw?= Grzanka"'s message of "Wed, 20 Apr 2011 15:05:24 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: radoslawg@gmail.com Cc: Org-mode ml Rados=C5=82aw Grzanka writes: > Hello, > > W dniu 2011-04-20 14:52, Matt Lundin pisze: >>> I'd like to have two agenda views: >>> >>> 1. should show things I can do at work and internet and untagged tasks >>> 2. should show things I can do at home and internet and untagged tasks > >> The simplest solution is just to use a query/match (as above). The >> variables org-agenda-filter-preset and org-agenda-skip-function are >> meant primarily for agenda views, which are built around timestamps > > Which is exactly what I want - maybe I was not clear enough. I don't > want tags search. I want agenda view without entries with given tags > (or entries only with given tags). Could you please clarify what you mean by an agenda view. Do you mean the daily/weekly agenda? None of the examples you provided have timestamps, so they would not show up in the *daily/weekly* agenda view unless you had org-agenda-include-all-todo set to t. Best, Matt