From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: bug in tag search Date: Tue, 13 Mar 2007 12:57:53 -0500 Message-ID: References: <80f9a4890703131037w686929ach7d49bf2c8f84a417@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRBGp-0003ju-Vo for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:58:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRBGn-0003ji-Jj for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:58:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRBGn-0003jf-DT for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 12:58:45 -0500 Received: from ik-out-1112.google.com ([66.249.90.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRBFz-0008Ad-Jj for emacs-orgmode@gnu.org; Tue, 13 Mar 2007 13:57:55 -0400 Received: by ik-out-1112.google.com with SMTP id b32so2133782ika for ; Tue, 13 Mar 2007 10:57:54 -0700 (PDT) In-Reply-To: <80f9a4890703131037w686929ach7d49bf2c8f84a417@mail.gmail.com> Content-Disposition: inline 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: King Sun Cc: emacs-orgmode@gnu.org This looks like you need to adjust org-show-following-heading. org-mode allows you to show the following header for context I believe. I got your expected behavior by disabling it. Edd On 3/13/07, King Sun wrote: > Hi, Carsten: > > I would like to report a bug in org mode for tag search. > > === version infomation === > > emacs-version: 22.0.50.1 > org-version: 4.68 > > === example file === > > * root > ** head1 :Tag1: > this is head 1 > ** head2 :Tag2: > this is head 2 > ** head3 :Tag3: > this is head 3 > ** head4 :Tag1: > this is head 4 > ** head5 :Tag2: > this is head 5 > ** head6 :Tag3: > this is head 6 > > === 1. What exactly did you do? === > do tag search by C-c \ Tag1 > > === 2. What did you expect to happen? === > * root > ** head1 :Tag1:... > ** head4 :Tag1:... > > === 3. What happened instead? === > * root > ** head1 :Tag1:... > ** head2 :Tag2:... > ** head4 :Tag1:... > ** head5 :Tag2:... > > > this bug does not exist in org-4.52 > -- > King Sun > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >