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
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 '()) ;;
-- 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?
>>