From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG: clock table gets corrupted (Emacs 21) Date: Wed, 14 Jan 2009 07:48:53 +0100 Message-ID: References: <496BC73C.6080507@student.tuwien.ac.at> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LMzYi-0000gZ-Sj for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 01:49:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMzYh-0000gM-B1 for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 01:48:59 -0500 Received: from [199.232.76.173] (port=42272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMzYh-0000gD-1r for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 01:48:59 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:40380) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMzYg-0005N8-Hf for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 01:48:58 -0500 Received: by fg-out-1718.google.com with SMTP id l26so211841fgb.30 for ; Tue, 13 Jan 2009 22:48:57 -0800 (PST) In-Reply-To: <496BC73C.6080507@student.tuwien.ac.at> 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: Stefan Ring Cc: emacs-orgmode@gnu.org Hi Stefan, this problem seems only to happen in Emacs 21, and I have stopped putting time into Emacs 21 support. Can't you just get a more recent version of Emacs? - Carsten On Jan 12, 2009, at 11:42 PM, Stefan Ring wrote: > Hi, > > today I decided to bisect a major annoyance that has bugged me for > quite some time now. I'm using a relatively old version of Emacs on > Fedora 5. Emacs 21.4.1 from emacs-21.4-14.x86_64.rpm, to be exact. > > Upon clocking in, a single CLOCK: line is converted to a :CLOCK: > block, and this is where the trouble is. On my machine, this is what > happens. Before: > > * Test > CLOCK: [2009-01-12 Mon 22:57]--[2009-01-12 Mon 22:57] => 0:00 > > After clocking in: > > * Test > :CLOCK: > > CLOCK: [2009-01-12 Mon 22:57]--[2009-01-12 Mon 22:57] => 0:00 > :END:CLOCK: [2009-01-12 Mon 23:27] > > The exact changeset that broke this is: > f70127dd3f95473ac80aa407bafca8f68f08e002 > And within that specifically the "(org-clock-in): Use org-indent- > line-function to indent clock lines." part (+1/-1 line). > > When I revert this single line in the current head, it starts > working again. > > HTH > Stefan > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode