From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-scan-tags Date: Thu, 3 Feb 2011 17:47:26 +0100 Message-ID: <1DBB92EE-2CE9-49EB-BA52-BF449C482194@gmail.com> References: <6A0ECD8D-8BB6-4BD6-9EC3-E6F4B09D0288@gmail.com> <8D6872F5-4087-4581-A2D9-735CBE2B112E@gmail.com> <8739o59irw.fsf@gnu.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42574 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl2LM-0000bp-3F for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:47:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl2LH-0005aV-RD for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:47:38 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:56253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl2LH-0005Zk-Jd for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 11:47:35 -0500 Received: by ewy27 with SMTP id 27so731492ewy.0 for ; Thu, 03 Feb 2011 08:47:34 -0800 (PST) In-Reply-To: <8739o59irw.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode Mode Thanks for the fast reaction, Bastioen! - Carsten On Feb 3, 2011, at 5:37 PM, Bastien wrote: > 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