Re: [Orgmode] Fwd: Agenda: Hide Sched. Items

2011-01-04 Thread Bastien
Antti Kaihola writes: > This is an excellent tip (displays a list of daily clocked items with > a clock report summary). It definitely deserves at least a mention in > the documentation, since it's very useful and not easy to find for a > newcomer. I just added this tip to Worg/org-custom-agenda

Re: [Orgmode] Fwd: Agenda: Hide Sched. Items

2010-10-15 Thread Antti Kaihola
2010/9/13 Nathan Neff : > (setq org-agenda-custom-commands >      '(("&" "Timeline" ((agenda "" )) >         ((org-agenda-ndays 1) >          (org-agenda-show-log t) >          (org-agenda-clockreport-mode t) >          (org-agenda-log-mode-items '(clock)) >          (org-agenda-entry-types '()) ;;

[Orgmode] Fwd: Agenda: Hide Sched. Items

2010-09-13 Thread Nathan Neff
-- Forwarded message -- From: Nathan Neff Date: Mon, Sep 13, 2010 at 2:06 PM Subject: Re: Agenda: Hide Sched. Items To: Matt Lundin On Mon, Sep 13, 2010 at 1:07 PM, Matt Lundin wrote: > Nathan Neff writes: > >> Is there a way to hide Scheduled Items in a custom Agenda View? >>