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