From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edmond Halley Subject: [Q]How to use multi-clocks simultaneously? Date: Wed, 13 Jan 2010 21:50:30 +0800 Message-ID: <6c7d8d781001130550k796f8050wa4a89cefdc00633a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV3cL-0000pd-3K for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:50:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV3cG-0000np-PI for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:50:36 -0500 Received: from [199.232.76.173] (port=42508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV3cG-0000ni-G2 for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:50:32 -0500 Received: from mail-pz0-f181.google.com ([209.85.222.181]:49010) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV3cG-0007Hr-3h for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:50:32 -0500 Received: by pzk11 with SMTP id 11so13869139pzk.14 for ; Wed, 13 Jan 2010 05:50:30 -0800 (PST) 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 Hi, all I am new to orgmode. I wonder whether I can clock the time for multi-task. For example, I have two tasks: A, B. I issue `C-c C-x C-i' on the header of A. It shows like this. * Task ** A xxxxxx =A0=A0 CLOCK: [2010-01-12 Wed. 21:35] ** B xxxxxx But when I issue the same command `C-c C-x C-i' on the header of B. It show= s: * Task ** A xxxxxx =A0=A0 CLOCK: [2010-01-13 Wed. 21:35]--[2010-01-13 Wed. 21:35] =3D> 0:00 ** B xxxxxx =A0=A0 CLOCK: [2020-01-13 Wed. 21:35] The second time using `org-clock-in' will first clock-out the previous running clock, then start a new one. Though it's instinct that when you time one task, you will keep on working until you finish it. You won't switch to another task when it's timing. How can I use two clock separately for two different tasks? Now, I manually inster those ending timestamp and re-calc the time interver= . Thanks a lot!