From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Q]How to use multi-clocks simultaneously? Date: Wed, 13 Jan 2010 14:52:58 +0100 Message-ID: <2256F892-9492-40BA-82F8-D4D0B40ACDA9@gmail.com> References: <6c7d8d781001130550k796f8050wa4a89cefdc00633a@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) 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 1NV3el-0001YW-Ii for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:53:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV3eh-0001XE-38 for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:53:07 -0500 Received: from [199.232.76.173] (port=52004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV3eg-0001X8-W5 for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:53:03 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:40507) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV3eg-0007zX-G8 for Emacs-orgmode@gnu.org; Wed, 13 Jan 2010 08:53:02 -0500 Received: by ewy1 with SMTP id 1so485293ewy.8 for ; Wed, 13 Jan 2010 05:53:01 -0800 (PST) In-Reply-To: <6c7d8d781001130550k796f8050wa4a89cefdc00633a@mail.gmail.com> 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: Edmond Halley Cc: Emacs-orgmode@gnu.org On Jan 13, 2010, at 2:50 PM, Edmond Halley wrote: > 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 > 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 shows: > * Task > ** A xxxxxx > CLOCK: [2010-01-13 Wed. 21:35]--[2010-01-13 Wed. 21:35] => 0:00 > ** B xxxxxx > 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. You cannot, there is only a single clock in Org and you can only add time to a single task. - Carsten > > Thanks a lot! > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten