From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: How to filter by tag/todo in agenda view Date: Wed, 15 Jun 2011 21:35:38 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWvsV-0004dg-H2 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 15:35:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWvsP-0004pC-J2 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 15:35:51 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:42713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWvsP-0004oN-6g for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 15:35:45 -0400 Received: by eyd9 with SMTP id 9so333176eyd.0 for ; Wed, 15 Jun 2011 12:35:41 -0700 (PDT) In-Reply-To: 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: throaway@yahoo.com Cc: "emacs-orgmode@gnu.org" Hi Mark Yes, there are several filters for the block of type agenda. These are the notes that I made to remember me of them: - org-agenda-entry-types - org-agenda-skip-function - "match" can be implemented with 'regexp/'notregexp - org-agenda-skip-* - org-agenda-todo-ignore-scheduled see also org-agenda-skip-function 'scheduled/'timestamp - org-agenda-todo-ignore-deadlines see also org-agenda-skip-function 'deadline/'timestamp Michael On Wed, Jun 15, 2011 at 20:07, Mark S wrote: > Hello! > > I know how to filter inside the TODO list, but I can't seem to find how your > filter inside of the agenda view. Is there a way? > > Thanks! > Mark