From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [orgmobile] Search by two tags or more Date: Thu, 19 Nov 2009 01:24:15 -0500 Message-ID: <13423.1258611855@gamaville.dokosmarshall.org> References: <1e5bcefd0911181406p52417a7bsa790facfcef4e525@mail.gmail.com> <53821f890911182200t1c23dcfasf7f90e641949e1b4@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB0S5-0002KI-13 for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 01:25:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB0S0-0002Jf-AR for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 01:25:08 -0500 Received: from [199.232.76.173] (port=55728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB0S0-0002JS-4H for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 01:25:04 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:36540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB0Rz-0007ID-QT for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 01:25:04 -0500 Received: from gamaville.dokosmarshall.org ([173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KTC00FHFF2YMMVU@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 00:23:22 -0600 (CST) In-reply-to: Message from Noorul Islam of "Thu\, 19 Nov 2009 11\:30\:49 +0530." <53821f890911182200t1c23dcfasf7f90e641949e1b4@mail.gmail.com> 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: Noorul Islam Cc: Org Mode Noorul Islam wrote: > On Thu, Nov 19, 2009 at 3:44 AM, Richard Moreland wrote: > > Hi again Marcelo, > > > > I haven't yet implemented this feature, but it is a good idea. =C2=A0I = will consider how to best implement this for a future release. > > >=20 > I remember reading this >=20 > http://orgmode.org/manual/Tag-searches.html#Tag-searches >=20 > But the boolean operators does not work along with C-c \ for me. >=20 > Since it is already in the manual, is it not supposed to work? >=20 Are you talking about the same thing? I presume Richard and Marcelo are talking about Richard's iPhone app (which I have not used). IIUC, it's that app that does not implement the feature (searching for items with two tags). OTOH, org-mode itself does implement the above search perfectly well in my very limited testing: C-c \ +foo+baz finds all items that are tagged :foo:bar: correctly. What search did you try that didn't work? What did it give? A bit more context about what you tried and what the environment was would help. Here's the sample org file I used to test the above: ,---- | #+TAGS: foo bar baz |=20 | * two | * four | * three :b= ar:baz: | * one = :foo: | * five :f= oo:baz: `---- Org-mode version 6.33trans (release_6.33c.32.g77c91) HTH, Nick