From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Filtering org file according to priorities Date: Thu, 27 Jan 2011 13:20:39 -0500 Message-ID: <87k4hqqkco.fsf@fastmail.fm> References: <7CD806EFDC19B64E82120E3FC0ADF6A36D897E@mx.ecoplan.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58368 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiWSY-0004Ur-QU for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 13:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiWSX-0001Ah-QI for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 13:20:42 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:60394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiWSX-0001AU-KD for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 13:20:41 -0500 In-Reply-To: <7CD806EFDC19B64E82120E3FC0ADF6A36D897E@mx.ecoplan.local> (Renger van Nieuwkoop's message of "Mon, 24 Jan 2011 09:13:49 +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: Renger van Nieuwkoop Cc: emacs-orgmode@gnu.org "Renger van Nieuwkoop" writes: > Hi > > I have the following list in an org-file > * Work > ** [#A] Goal1 > ** [#B] Goal2 > ** [#A] Goal3 > > I want to filter for all entries with priority A. If I use C-c / p > PRIORITY A Org-mode highlights all the entries with [#A] but also shows > the other entries with [#B]. > How can I hide those entries? > (setq org-show-siblings nil) For finer-grained control, type C-h v org-show-siblings. Best, Matt