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: Saurabh Agrawal
Subject: Re: [Orgmode] How to get a list of unscheduled TODOs
Date: Wed, 4 Feb 2009 23:11:06 +0530

>
> Pretty clever for someone who claims to be new to Emacs :-)
>
> `with-date' does not exist, but I have just added `timestamp'
> and `nottimestamp' conditions.
>
> - Carsten

Thanks Carsten. Actually I am very new to emacs and have started
gaining an idea of elisp. I am just following all the tutorials
available around.

And I want to thank you personally for this awesome piece of software.

Regards,

Saurabh.







>
>>
>>
>> As any entry with timestamp anywhere will have <2009- and so on. This
>> is working well as per my needs, though.
>>
>> Regards,
>>
>> Saurabh.
>>
>> On Wed, Feb 4, 2009 at 2:48 PM, Manish <address@hidden>
>> wrote:
>>>
>>> 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
>>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>




reply via email to

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