From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Only Clock in Top-Level Task Date: Thu, 12 Nov 2009 10:48:05 -0800 Message-ID: References: <877htxomzu.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8eie-0003Se-QD for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 13:48:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8eiZ-0003Qj-Fz for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 13:48:31 -0500 Received: from [199.232.76.173] (port=42035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8eiZ-0003Qc-3D for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 13:48:27 -0500 Received: from lo.gmane.org ([80.91.229.12]:49912) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8eiY-0004qj-OX for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 13:48:26 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N8eiV-0000om-Qi for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 19:48:23 +0100 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 19:48:23 +0100 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 19:48:23 +0100 In-Reply-To: <877htxomzu.fsf@gollum.intra.norang.ca> 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 Bernt Hansen wrote: > Markus Heller writes: > >> Hello, >> >> This is what my project.org looks like: >> >> * STARTED My Project :NEXT: >> :LOGBOOK:... >> >> ** TODO Task 1 [0/2] >> *** TODO Sub-Task 1 >> *** TODO Sub-Task 2 >> >> This is what I'd like to do: >> >> I'd like to be able to clock in from Task 1, Sub-Task 1, or Sub-Task >> 2, but make org-mode add the clock entries into the :LOGBOOK: of My >> Project, i.e. the top-level task/project. In other words, I'm not >> interested in keeping track of how much time I spent on Task 1, or any >> of the sub-tasks, I'm only interested in the time I've spent on >> working on My Project. >> >> Is there anyway to do this? > > C-c C-x C-d will total time for a task including times on a subtask. > > -Bernt Hi Bernt, I saw this option in the manual, but this is not quite what I want. What I'd like to be able to is clock in from any sub-task and be clocked into the *top-level* task, not the task I'm clocking in from. Is that feasible? Or am I too confusing? Thanks Markus