From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to filter CATEGORY entries in org-agenda-custom command (agenda)? Date: Fri, 11 Feb 2011 11:32:20 +0100 Message-ID: <87oc6iyi8b.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnqIT-0000Us-R2 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnqIS-0006sG-J7 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:32:17 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnqIS-0006sA-CW for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:32:16 -0500 Received: by bwz16 with SMTP id 16so3031796bwz.0 for ; Fri, 11 Feb 2011 02:32:15 -0800 (PST) In-Reply-To: (Rainer Stengele's message of "Tue, 21 Dec 2010 16:56:52 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, Rainer Stengele writes: > how to filter CATEGORY entries in org-agenda-custom command (agenda)? You can do this by setting `org-agenda-skip-function' to a function that matches CATEGORY. You can find a subtree's category through (org-entry-get (point) "CATEGORY") HTH, -- Bastien