From mboxrd@z Thu Jan 1 00:00:00 1970 From: REN Lifeng Subject: Re: Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)] Date: Fri, 29 Aug 2014 10:06:18 +0800 Message-ID: References: <87d2bleyb2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNBaA-00082Q-Eu for emacs-orgmode@gnu.org; Thu, 28 Aug 2014 22:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNBa3-0007Ux-1S for emacs-orgmode@gnu.org; Thu, 28 Aug 2014 22:06:30 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:60018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNBa2-0007TM-Py for emacs-orgmode@gnu.org; Thu, 28 Aug 2014 22:06:22 -0400 Received: by mail-pa0-f48.google.com with SMTP id ey11so4978977pad.7 for ; Thu, 28 Aug 2014 19:06:18 -0700 (PDT) In-Reply-To: <87d2bleyb2.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: REN Lifeng , emacs-orgmode@gnu.org On Thu, Aug 28, 2014 at 5:52 PM, Nicolas Goaziou wrote: > Hello, > > REN Lifeng writes: > >> Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does >> not work as the docstring says. Steps to reproduce the problem follows. >> >> - emacs -q >> - (find-file "test.org") >> - insert a header, clock in (say 15:39) >> - clock out after more than 1 minute (say 15:43) >> - insert another header >> - (org-clock-in 64) This should be c-u c-u c-u c-c c-x c-i >> >> I expect there be one and only one clock entry (15:43). But what I got was 2 >> entries. The org file is something like the following. >> >> .... >> >> Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) >> of 2014-06-07 on barber, modified by Debian >> Package: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ >> /usr/share/emacs/24.3/lisp/org/) > > I cannot reproduce it in latest Org. > > > Regards, > > -- > Nicolas Goaziou Sorry. I gave the wrong steps. The last step should be C-u C-u C-u C-c C-x C-i. Could you try again? Now I have switched to Org-mode 8.3beta (release_8.3beta-294-gccf5228.3b), but the problem remains. Thanks -- REN Lifeng