From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Clocking in the current task should clock it out first Date: Wed, 17 Mar 2010 10:45:27 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrpoi-0000LH-JQ for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 05:45:32 -0400 Received: from [140.186.70.92] (port=36714 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrpog-0000KI-F5 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 05:45:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrpof-0002UD-J9 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 05:45:30 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:40633) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrpof-0002U5-F0 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 05:45:29 -0400 Received: by wyf22 with SMTP id 22so418345wyf.0 for ; Wed, 17 Mar 2010 02:45:27 -0700 (PDT) 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: Org-mode Org-Mode Hi, in recent org-modes a new behaviour was added: when doing C-c C-x C-i on the current task, it isn't clocked out first. It shows the message =84Clock continues in "[task]"=93 and adds a new line for the clock in. This creates a clock section like: #+BEGIN_EXAMPLE *** after pressing many successive C-c C-x C-i =85 :CLOCK: CLOCK: [2010-03-17 dc 10:25]--[2010-03-17 dc 10:30] =3D> 0:05 CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-17 dc 10:20] CLOCK: [2010-03-12 dv 16:38]--[2010-03-12 dv 16:39] =3D> 0:01 :END: #+END_EXAMPLE They are later correctly found to be dangling clocks. I presume this is a bug? Daniel