emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] How to get a list of unscheduled TODOs


From: Manish
Subject: Re: [Orgmode] How to get a list of unscheduled TODOs
Date: Wed, 4 Feb 2009 14:48:54 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]