From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Xu Subject: Re: schedule tasks Date: Tue, 08 Sep 2009 14:51:33 +0800 Message-ID: <21glvdjuapze.fsf@gmail.com> References: <21gld463cmyd.fsf@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 1MkuZH-0004us-LW for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:52:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkuZD-0004mj-3y for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:52:43 -0400 Received: from [199.232.76.173] (port=59842 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkuZD-0004mL-0H for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:52:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:65274) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkuZC-0001AY-9t for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:52:38 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkuZB-0004qD-Gq for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:52:37 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MkuZ6-000074-VR for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 08:52:32 +0200 Received: from esprx01x.nokia.com ([192.100.124.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 08:52:32 +0200 Received: from william.xwl by esprx01x.nokia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 08:52:32 +0200 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 PT writes: > I use a similar setup. As I understand if you want items to > appear on the date they are due you have to use the daily agenda. > > So I use a custom agenda which shows the agenda items and the > todo list together: > > > (setq org-agenda-custom-commands > '(("h" "My Agenda & TODO" > ((agenda "") > (alltodo "home"))))) > > The agenda part is empty if there are no due items today and the > regular todo items are under it. > > Invoke the agenda with M-1 prefix to show items only for today. > It can be assigned to a keyboard macro, of course. Great! Thanks! -- William http://xwl.appspot.com