Is there a way to hide Scheduled Items in a custom Agenda View?

I have the following custom agenda set up:

("&" "Timeline" ((agenda "" ))
                  ((org-agenda-ndays 1)
                   (org-agenda-show-log t)
                   (org-agenda-clockreport-mode t)
                   (org-agenda-log-mode-items '(clock))
                  )
                )

This custom agenda view comes close, here's an example:

Day-agenda (W37):
Monday     13 September 2010 W37
              10:00...... ----------------
  project1:  11:20-12:33 Clocked:   (1:13) Project Mgmt
                      :Mgmt:
              12:00...... ----------------
  project 1: Sched.29x:  TODO Something   <------I want to remove these two
  project 2: Sched.13x:  Something else        <-----lines

I want to remove "project x: Sched" lines from this view, and
want to show the Clockreport automatically without having to press "R".

I've looked through the org-agenda-* functions/variables, and
found "org-agenda-include-deadlines" -- is there some form of
"org-agenda-include-scheduled" that I can turn off?

Thanks,
--Nate

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to