emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Agenda: Hide Sched. Items


From: Nathan Neff
Subject: [Orgmode] Agenda: Hide Sched. Items
Date: Mon, 13 Sep 2010 12:52:37 -0500

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



reply via email to

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