From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christopher W. Ryan" Subject: searching properties, not tags Date: Thu, 27 Dec 2012 12:22:26 -0500 Message-ID: <50DC83D2.6090007@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToHA5-0003fZ-Eh for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 12:22:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToHA4-0004x3-AS for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 12:22:29 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:29543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToHA4-0004wv-6t for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 12:22:28 -0500 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: emacs-orgmode@gnu.org >From what I have seen, most of the org-mode manual documentation about searching or matching tags and properties is about the former, rather than the latter. How would I search out all the headlines that have a property of a certain value? For example: ** Tigger :PROPERTIES: :species: tiger :color: striped :clothing: none :END: ** Eeyore :PROPERTIES: :species: donkey :color: grey :clothing: none :END: ** Winnie The Pooh :PROPERTIES: :species: bear :color: yellow :clothing: red shirt :END: How would I search for all the tigers? Thanks. --Chris Ryan