emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Sorting agenda items


From: Carsten Dominik
Subject: Re: [Orgmode] Sorting agenda items
Date: Wed, 23 Apr 2008 14:59:24 +0200


On Apr 19, 2008, at 10:43 AM, Manish wrote:

Sure does.  Thanks.

How do I build an agenda for items scheduled for today (only for
today, 
Use a custom command that makes an agenda, and use local options to set
  org-agenda-ndays 1
  org-scheduled-past-days 0
  org-deadline-warning-days 0

that should get you pretty far.


optionally also the ones not scheduled for any day as well)
matching a certain tag?


That would be a tag search, and then a local option

(org-agenda-skip-function '(org-agenda-skip-entry-if 'scheduled))

- Carsten

reply via email to

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