From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-scan-tags Date: Thu, 03 Feb 2011 17:37:07 +0100 Message-ID: <8739o59irw.fsf@gnu.org> References: <6A0ECD8D-8BB6-4BD6-9EC3-E6F4B09D0288@gmail.com> <8D6872F5-4087-4581-A2D9-735CBE2B112E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48548 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl2BF-00020I-IX for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:37:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl2BA-0008KI-Vj for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:37:13 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl2BA-0008Hw-EQ for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:37:08 -0500 Received: by wwb17 with SMTP id 17so1320182wwb.30 for ; Thu, 03 Feb 2011 08:37:07 -0800 (PST) In-Reply-To: <8D6872F5-4087-4581-A2D9-735CBE2B112E@gmail.com> (Carsten Dominik's message of "Thu, 3 Feb 2011 17:13:38 +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: Carsten Dominik Cc: Ilya Shlyakhter , emacs-orgmode Carsten Dominik writes: > OK, here is an example where it really does fail: > > > * heading > ** one :tag1: > *** two > *** two :tag2: > *** TODO two :tag2: > *** two :tag2: > > > Fold up the tree, then do > > C-c / m +tag1/! RET > > This should find the "TODO two", but it does not, because the > new regexp moves right past the "one" line and so tag1 is > overlooked. Right, thanks for the detailed example. I reverted the commit, it should be fine again. -- Bastien