From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: agenda display of scheduled sub-tasks Date: Mon, 16 Jun 2008 00:08:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K82Gy-0000pe-GI for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 20:08:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K82Gx-0000p1-Vp for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 20:08:36 -0400 Received: from [199.232.76.173] (port=38292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K82Gx-0000om-OK for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 20:08:35 -0400 Received: from main.gmane.org ([80.91.229.2]:49661 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K82Gx-0006NK-49 for emacs-orgmode@gnu.org; Sun, 15 Jun 2008 20:08:35 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K82Gq-00010X-I1 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 00:08:28 +0000 Received: from 218-186-11-3.cache.maxonline.com.sg ([218-186-11-3.cache.maxonline.com.sg]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 00:08:28 +0000 Received: from knubee by 218-186-11-3.cache.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 00:08:28 +0000 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 I find it helps if I can block out certain portions of my calendar to complete certain sub-tasks. In other words, I like to look at my agenda for 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 view. 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.