From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Alexander Subject: Re: Help with org-map-entries and property searches Date: Wed, 17 Dec 2008 15:51:32 +0000 Message-ID: References: <67E77E1F-4917-4AF6-9161-42EE49D8721F@alexanderonline.org> <878wqeu7mj.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCygW-00039d-MO for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 10:51:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCygV-00039R-Ak for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 10:51:39 -0500 Received: from [199.232.76.173] (port=45812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCygV-00039O-4O for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 10:51:39 -0500 Received: from harley.gnservers.com ([72.52.242.16]:32945) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCygU-0008PU-OX for emacs-orgmode@gnu.org; Wed, 17 Dec 2008 10:51:38 -0500 In-Reply-To: <878wqeu7mj.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode Org-Mode Genius! Thanks! On 2008-Dec-17, at 15:46, Bernt Hansen wrote: > Ben Alexander writes: > >> However, all of the following attempts to search for both kinds of >> (or >> all) values fail (no error, just the wrong value). What am I doing >> wrong? >> > > Try this: (add 2 more \ characters before the |) > > (length (org-map-entries t "+LEDGER={transaction\\\|entry}")) > => 3 > > HTH, > > Bernt