From mboxrd@z Thu Jan 1 00:00:00 1970 From: broek@cc.umanitoba.ca Subject: Re: agenda display of scheduled sub-tasks Date: Sun, 15 Jun 2008 22:04:27 -0500 Message-ID: <20080615220427.iiii2azns4k4g0kc@webware.cc.umanitoba.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K851Y-0001Qj-70 for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 23:04:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K851W-0001PE-78 for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 23:04:51 -0400 Received: from [199.232.76.173] (port=42216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K851W-0001P0-04 for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 23:04:50 -0400 Received: from electra.cc.umanitoba.ca ([130.179.16.23]:55846) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K851U-0001IP-Oq for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 23:04:49 -0400 In-Reply-To: Content-Disposition: inline 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: knubee Cc: emacs-orgmode@gnu.org > I find it helps if I can block out certain portions of my calendar =20 > to complete > certain sub-tasks. In other words, I like to look at my agenda for =20 > the day and > know that I should complete, say, sub-task A between 10-12. > > I have tried the following: > > ** TODO Main Task [0/2] > DEADLINE: <2008-06-17 Tue> > - [ ] Sub-task A SCHEDULED: <2008-06-16 Mon 08:00-10:00> > - [ ] Sub-task B SCHEDULED: <2008-06-17 Tue 10:00-12:00> > > The result is close to the desired behavior, but the agenda view displays = the > title for the MAIN task: > > Monday 16 June 2008 > todo: 8:00-10:00 Scheduled: TODO Main Task [0/2] > Tuesday 17 June 2008 > todo: 10:00-12:00 Scheduled: TODO Main Task [0/2] > > I would prefer to see the title of the specific SUB-TASK in the agenda vie= w. > Like so: > > Monday 16 June 2008 > todo: 8:00-10:00 Scheduled: TODO Sub-task A [0/2] > Tuesday 17 June 2008 > todo: 10:00-12:00 Scheduled: TODO Sub-task B [0/2] > > Is there a way to achieve this? > > thanks. > Try making Sub-tasks A and B TODO items. Doesn't that do more or less =20 what you want? (It won't show the sub-tasks as [0/2], but then that =20 wouldn't be accurate---neither sub-task has 2 components.) Best, Brian vdB