From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmFkb3PFgmF3IEdyemFua2E=?= Subject: Re: Filtering agenda by tags. Date: Wed, 20 Apr 2011 15:16:26 +0200 Message-ID: <4DAEDCAA.3060005@gmail.com> References: <4DAEB2CE.2040708@gmail.com> <87bp01axv3.fsf@fastmail.fm> <4DAEDA14.8020409@gmail.com> <877hapawyl.fsf@fastmail.fm> Reply-To: radoslawg@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCXGp-00086i-LE for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCXGo-0003oB-Ns for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:16:39 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:42049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCXGo-0003o4-JH for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 09:16:38 -0400 Received: by bwz17 with SMTP id 17so747371bwz.0 for ; Wed, 20 Apr 2011 06:16:37 -0700 (PDT) In-Reply-To: <877hapawyl.fsf@fastmail.fm> 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: Org-mode ml W dniu 2011-04-20 15:12, Matt Lundin pisze: > Radosław 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. Hi, yes, I've simplified examples to the point which made no sense. I'm very sorry. All entries should have had some kind of timestamp, deadline or schedule. Yes, I'd like daily/weekly agenda view filtered by tags. Thanks for helping, Radek.