emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nathan Neff
Subject: [Orgmode] Toggle 'closed' in org-agenda-log-mode-items
Date: Thu, 30 Jul 2009 17:10:15 -0500

Hello,

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 and the clock report.

Is there a way to define something similar for the showing/hiding of
Closed log items in the agenda?

I'm not very good at lisp, so something like this pseudo-code:

(defun org-toggle-agenda-show-closed-logs ()
;; pseudo code ------
if org-agenda-log-mode-items contains 'closed' then
    remove 'closed' from org-agenda-log-mode-items
else
   add 'closed' to org-agenda-log-mode-items
(refresh the agenda view)
)

(define-key org-mode-map (kbd "<f6>") 'org-toggle-agenda-show-closed-logs)

Thanks for any feedback,
--Nate




reply via email to

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