From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Strange bug, request for more info Date: Thu, 31 Jan 2008 08:59:14 -0500 Message-ID: <871w7y5c5p.fsf@gollum.intra.norang.ca> 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 1JKZwm-0000TB-Qn for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 08:59:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKZwl-0000RM-U5 for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 08:59:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKZwl-0000Qt-JS for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 08:59:19 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKZwl-0007G3-8i for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 08:59:19 -0500 In-Reply-To: (Carsten Dominik's message of "Thu\, 31 Jan 2008 09\:37\:37 +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: org-mode mailing list Carsten Dominik writes: > John Wiegley is being haunted by a strange bug and I have so far not > been able to reproduce and fix it. So I would like to know > if anyone else sees the same bug and can contribute observations > that may help us to track this down. I believe I had a similar > report quite a while ago, but don't remember who reported it. > > The bug happens when being in the agenda and trying to goto or show > the origin location of an agenda entry by pressing SPC or RET. > John reports that sometimes (for him several times a day), > the other window shows a completely different location. > The most weird part of it is that going back to the agenda buffer > and then trying the exact same command again, everything works > fine! This is driving me crazy, and I'd love to find and fix > this problem. > > So please, if anyone sees the same bug, try to give as as much as info > as possible. How often does it happen, under what circumstances, > what is your setup etc etc. I'm seeing this as well. Goto goes to the wrong place and redoing it goes to the right place. I'm also getting intermittent font colouring problems in org which I haven't figured out. I've also seen problems where column view inserts a new property drawer in the middle of a clock drawer - but again I can't reproduce what causes this. I get something like (this is from memory since I've fixed up the cases I've seen so the syntax probably isn't 100% accurate) :CLOCK: CLOCK: blah :PROPERTIES: :Effort: 1:00 :END: :END: I'm using the following org-mode features/behaviour: - clocking tasks - properties - tags - jumping around alot during the day (I basically clock everything) - this problem was happening before I started using column mode and is still happening after incorporating column mode - I use org-clock-goto many times a day (it's bound to a function key for me) - I have multiple org mode buffers and I regularly move between them I wish I had more details. I've been trying to reproduce what causes this for a long time... Bernt