From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Refiling goes to the wrong place Date: Fri, 28 Aug 2009 14:13:55 +0200 Message-ID: <8221B301-66D3-40C2-B622-495865B5FFB8@gmail.com> References: <87d46hfcgb.fsf@gollum.intra.norang.ca> <87ljl5npts.fsf@in-ulm.de> <871vmxf6nu.fsf@gollum.intra.norang.ca> <05CE139F-15B3-443F-9659-B2CC824D6CD9@gmail.com> <87ocq0ywal.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh0LF-0007Y1-IX for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 08:14:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh0LA-0007Qj-IC for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 08:14:04 -0400 Received: from [199.232.76.173] (port=49978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh0LA-0007Pb-CL for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 08:14:00 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:62655) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh0L9-0005nw-CN for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 08:13:59 -0400 Received: by ey-out-1920.google.com with SMTP id 3so429813eyh.34 for ; Fri, 28 Aug 2009 05:13:58 -0700 (PDT) In-Reply-To: <87ocq0ywal.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Aug 28, 2009, at 2:09 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> On Aug 27, 2009, at 8:33 PM, Bernt Hansen wrote: >> >> [long description omitted] >> >>> >>> I'll be _really_ happy when Carsten squashes this bug :) >> >> Well, in that case I wish you a happy day. Lets hope that his was >> the same bug that others have seen. >> >> Thank you *very* much for your persistence and the unsurpassed >> clarity >> of your reports - it took a mere 5 minutes to find the problem. >> >> For those who are interested: The cause was the outline function >> outline-get-next-sibling which does only find visible siblings. >> By creating an inconsistent outline state using the org-clock-goto >> function, Bernt created a visible sibling among invisible ones. >> This was at least part of the problem. I hope it is fixed now. >> At least, Bernt's example works now correctly. > > :) > > * Bernt does the happy dance \o/ > > Hopefully this is related to the agenda navigation (RET/TAB on an > agenda > item) goes to the wrong place issue we've seen in the past. I don't think this is related, unfortunately, because this was specific for refiling ... :-( - Carsten > > I got lucky yesterday and stumbled across a case that triggered this > bug > more than once in my org files. I think we've been chasing this beast > for over a year. > > Thanks again!!! > > -Bernt