[Orgmode] Re: Toggle 'closed' in org-agenda-log-mode-items

2009-10-28 Thread Steve Cothern
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

[Orgmode] Re: Toggle 'closed' in org-agenda-log-mode-items

2009-07-31 Thread Nathan Neff
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

[Orgmode] Re: Toggle 'closed' in org-agenda-log-mode-items

2009-07-30 Thread Bernt Hansen
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