From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Only Clock in Top-Level Task Date: Tue, 10 Nov 2009 20:42:45 -0500 Message-ID: <877htxomzu.fsf@gollum.intra.norang.ca> References: 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 1N82EW-0002Z3-6s for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 20:42:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N82ES-0002Sx-RA for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 20:42:51 -0500 Received: from [199.232.76.173] (port=50783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N82ES-0002Si-NR for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 20:42:48 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:58709) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N82ES-0003kg-DI for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 20:42:48 -0500 In-Reply-To: (Markus Heller's message of "Tue\, 10 Nov 2009 15\:39\:03 -0800") 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: Markus Heller Cc: emacs-orgmode@gnu.org 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