From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: skip-entry-if category Date: Sun, 23 Aug 2009 22:52:44 +0000 (UTC) Message-ID: <87fxbinnww.fsf@mean.albasani.net> References: <87vdkg5xws.fsf@mean.albasani.net> <5B1DCDDC-405B-4D37-AD03-81F13FF00F7D@gmail.com> 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 1MfLw2-0006QV-Qt for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 18:53:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfLvy-0006Op-9K for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 18:53:14 -0400 Received: from [199.232.76.173] (port=39898 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfLvy-0006Ol-4B for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 18:53:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:36036) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfLvx-0000br-DU for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 18:53:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MfLvv-0006Xh-Rc for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 00:53:07 +0200 Received: from e178233229.adsl.alicedsl.de ([85.178.233.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 00:53:07 +0200 Received: from gegendosenfleisch by e178233229.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 00:53:07 +0200 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 Carsten Dominik writes: > On Aug 22, 2009, at 2:47 PM, Matt Lundin wrote: >> I believe this is not possible with the built in org agenda skip >> functions, since they search only the text within the subtree and do >> not recognize inherited tags and properties. >> >> However, I suspect that one could build a skip function using >> org-entry-properties that would accomplish this goal. > > Much faster in this special case will be to use `org-get-category' > instead of accessing all properties of the entry with > org-entry-properties. I think I will just start adding tags to each item. Thanks for all the answers! Memnon