Hi Nathan,
I wanted to do the same thing. Here's a snippet of elisp that does the
job -- it's a bit simpleminded but gets the job done:
(defun org-toggle-agenda-show-closed-logs ()
;; pseudo code --
;if org-agenda-log-mode-items contains 'closed' then
;remove 'closed' from org-agenda-lo
On Thu, Jul 30, 2009 at 5:51 PM, Bernt Hansen wrote:
> Nathan Neff writes:
>
>> I know that I can set this variable or define a custom agenda view
>> if I only want to see clocked items in the agenda:
>>
>> (setq org-agenda-log-mode-items (quote (clock)))
>>
>> But, I like the way that the 'l' and
Nathan Neff writes:
> I know that I can set this variable or define a custom agenda view
> if I only want to see clocked items in the agenda:
>
> (setq org-agenda-log-mode-items (quote (clock)))
>
> But, I like the way that the 'l' and 'R' keys work in the agenda,
> where they show/hide
> the log