From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org Mode Searching Bug? Date: Sun, 14 Jan 2007 16:27:41 +0100 Message-ID: <87ps9hpr0y.fsf@tallis.lumiere.ens.fr> References: 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 1H67Ge-0003Ra-1S for emacs-orgmode@gnu.org; Sun, 14 Jan 2007 10:27:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H67Gc-0003RI-9d for emacs-orgmode@gnu.org; Sun, 14 Jan 2007 10:27:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H67Gc-0003RF-5g for emacs-orgmode@gnu.org; Sun, 14 Jan 2007 10:27:30 -0500 Received: from [213.36.80.91] (helo=mail.libertysurf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H67Gb-0002MF-M0 for emacs-orgmode@gnu.org; Sun, 14 Jan 2007 10:27:30 -0500 Received: from tallis.lumiere.ens.fr (83.157.169.247) by mail.libertysurf.net (7.3.117.3) id 45A681D0000CA5C9 for emacs-orgmode@gnu.org; Sun, 14 Jan 2007 16:24:06 +0100 In-Reply-To: (Deech's message of "Fri\, 12 Jan 2007 17\:43\:14 +0000 \(UTC\)") 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 Deech writes: > Hi all, I have been using org mode for the past month and on the whole > it's great. But I am having trouble searching tags and sorting TODO I found out i had the same problem (only tested for tags-sparse-tree). org-tags-sparse-tree also matches the *next* headline, even if it is not containing the specified tag. For example, org-tags-sparse-tree on the :tag1: tag would also match the *first* :tag2: headline: * one headline :tag1: <- displayed (correct) * one headline :tag1: <- displayed (correct) * one headline :tag2: <- displayed (wrong) * one headline :tag2: <- not displayed (correct) I tried to digg org-scan-tags further but got stuck at some point. Hope this helps. -- Bastien