From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Clocking TODO list subitems?.. Date: Mon, 02 Nov 2009 16:19:00 -0500 Message-ID: <87iqdsiq0r.fsf@gollum.intra.norang.ca> References: <4e3ad400911021242t55a6051do8e9b5782456284e@mail.gmail.com> 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 1N54Iw-0002Tr-4J for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 16:19:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N54Is-0002SD-Ck for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 16:19:09 -0500 Received: from [199.232.76.173] (port=46191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N54Is-0002S8-5f for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 16:19:06 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:54723) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N54Ir-0001gy-TM for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 16:19:06 -0500 In-Reply-To: <4e3ad400911021242t55a6051do8e9b5782456284e@mail.gmail.com> (Leo Alekseyev's message of "Mon\, 2 Nov 2009 15\:42\:38 -0500") 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: Leo Alekseyev Cc: emacs-orgmode@gnu.org Leo Alekseyev writes: > I often structure my TODO lists like so: > > * TODO a bunch of stuff > - [ ] thing 1 > - [ ] thing 2 > ... > > I would like to clock the time spent on thing1 and thing2, however it > seems that all clock operations only pertain to the main * TODO > heading. Is there a way to clock the subitems? Change the list into subheadings and then clock against those. * TODO a bunch of stuff ** TODO Thing 1 ** TODO Thing 2 and you just mark the Things as DONE instead of checking them off. -Bernt