From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Organize Your Life In Plain Text! Date: Thu, 07 May 2009 23:04:11 -0400 Message-ID: <87vdocthw4.fsf@gollum.intra.norang.ca> References: <87zldovowk.fsf@gollum.intra.norang.ca> <87k54svjlk.fsf@gollum.intra.norang.ca> <4a035da6.0407560a.7391.ffffc270@mx.google.com> <87bpq4v91t.fsf@gollum.intra.norang.ca> <87ljp88hvb.fsf@mean.albasani.net> 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 1M2GNo-0006aI-02 for emacs-orgmode@gnu.org; Thu, 07 May 2009 23:04:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2GNk-0006X0-90 for emacs-orgmode@gnu.org; Thu, 07 May 2009 23:04:19 -0400 Received: from [199.232.76.173] (port=35945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2GNj-0006Wm-Uu for emacs-orgmode@gnu.org; Thu, 07 May 2009 23:04:15 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65264) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M2GNj-0003sI-DZ for emacs-orgmode@gnu.org; Thu, 07 May 2009 23:04:15 -0400 In-Reply-To: <87ljp88hvb.fsf@mean.albasani.net> (Memnon Anon's message of "Fri\, 8 May 2009 02\:10\:28 +0000 \(UTC\)") 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: Memnon Anon Cc: emacs-orgmode@gnu.org Memnon Anon writes: > Okay, here is another question for all the clocking junkies out there ;). > > Is there a way to clock two items at the same time? > This may sound stupid, 'who can do two things at the same time?' > but please let me explain. > > Whoever clocks items, wants to keep control of what he/she does. > > If e.g. someone loves to listen to audio books and does this in several > different contexts: Driving a car, at home etc. One could solve this by tags, > e.g > > * Listening to audiobook > ** ONGOING Listening to audiobook :car: > ** ONGOING Listening to audiobook :home: > ... > > and clock whatever may be right in each case. > > But, I guess, it would be easier/more flexible to clock items and locations > seperately. I can have several items STARTED and SCHEDULED at the same > time, but can I clock them at the same time? > > I am quite new to this 'clock your life' idea, so sorry if I am over > enthusiastic ;). Only one task can be clocked at a time using the standard org-mode clocking functions. If you clock in a task any existing clocked task is closed first. ie. clock taskA, switch to taskB, clock in taskB (stops the clock for taskA) In your example above the clock times for the subtasks are totalled to give the total time for the parent task when you do C-c C-x C-d or generate a clock report. HTH, Bernt