* Custom Agenda Command - change clock/closed?
@ 2012-06-30 18:45 Nathan Neff
0 siblings, 0 replies; only message in thread
From: Nathan Neff @ 2012-06-30 18:45 UTC (permalink / raw)
To: emacs-orgmode
I have a custom agenda command that shows
what happened today. I'd like to be able to toggle the showing
of closed items on the fly.
Here's my custom agenda command:
(setq org-agenda-custom-commands '(("7" "Timeline" ((agenda "" ))
((org-agenda-ndays 1)
(org-agenda-show-log t)
(org-agenda-log-mode-items '(clock closed))
(org-agenda-clockreport-mode t)
(org-agenda-entry-types '())))))
However, when I run this agenda view, and I set the value
org-agenda-log-mode-items '(clock) then I still see the closed items.
Is there a way to remove the closed items on the fly with a custom
agenda view, or
is a custom agenda view basically set in stone once it's run?
Thanks,
--Nate
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-30 18:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 18:45 Custom Agenda Command - change clock/closed? Nathan Neff
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.