From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: How to get a list of unscheduled TODOs Date: Wed, 4 Feb 2009 14:48:54 +0530 Message-ID: References: <4c4575360902032158u5b96345s3f83c2a63a94e07b@mail.gmail.com> <4c4575360902040038o534bea91p60ec0a5ea1188b41@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUduT-0003Eu-8x for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 04:19:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUduR-0003EW-LE for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 04:19:04 -0500 Received: from [199.232.76.173] (port=35801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUduR-0003ET-F3 for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 04:19:03 -0500 Received: from ti-out-0910.google.com ([209.85.142.190]:42744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUduO-0007U9-5H for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 04:19:03 -0500 Received: by ti-out-0910.google.com with SMTP id u5so1152382tia.10 for ; Wed, 04 Feb 2009 01:18:54 -0800 (PST) In-Reply-To: <4c4575360902040038o534bea91p60ec0a5ea1188b41@mail.gmail.com> 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: Saurabh Agrawal Cc: emacs-orgmode Mailinglist On Wed, Feb 4, 2009 at 2:08 PM, Saurabh Agrawal wrote: [snip] > > Could you please suggest something? I am unable to debug this. Is this better? --8<---------------cut here---------------start------------->8--- (setq org-agenda-custom-commands (quote (("t" "Today!!!" ((agenda "" ((org-agenda-ndays 1))) (tags "CATEGORY=\"School\"" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled)))) (tags "CATEGORY=\"CRS\"" nil) (tags "CATEGORY=\"Study\"" nil) (tags "CATEGORY=\"Practice\"" nil) (tags "CATEGORY=\"Reading\"" nil) (tags "CATEGORY=\"Other\"" nil)))))) --8<---------------cut here---------------end--------------->8--- > > Saurabh. *Novice* Ditto. Perhaps you might want to read this excellent tutorial: http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php HTH -- Manish