From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Start the clock working weird Date: Mon, 26 Nov 2007 18:19:12 -0500 Message-ID: <87sl2sfvdb.fsf@gollum.intra.norang.ca> References: <474B2A46.6020005@nrao.edu> 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 1IwnEv-0005S7-5d for emacs-orgmode@gnu.org; Mon, 26 Nov 2007 18:19:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IwnEt-0005PM-CX for emacs-orgmode@gnu.org; Mon, 26 Nov 2007 18:19:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwnEt-0005Oz-5w for emacs-orgmode@gnu.org; Mon, 26 Nov 2007 18:19:43 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IwnEs-0000BW-OC for emacs-orgmode@gnu.org; Mon, 26 Nov 2007 18:19:43 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IwnEf-0003SF-Hc for emacs-orgmode@gnu.org; Mon, 26 Nov 2007 23:19:29 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Nov 2007 23:19:29 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Nov 2007 23:19:29 +0000 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: emacs-orgmode@gnu.org Rodrigo Amestica writes: > I cannot understand why is that the clock is stopped for the first item. > You normally only clock a single task at a time. Since you work on Task A and then clock in Task B, Task A stops. If you want to accumulate clocked time you need to have a parent task to show the total time * Parent Task ** Task One ** Task Two If you clock time on the subtasks C-c C-x C-d will show the total time spent on each task and sum the subtask times to the parent task. -Bernt