emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Toggle 'closed' in org-agenda-log-mode-items
Date: Thu, 30 Jul 2009 18:51:53 -0400	[thread overview]
Message-ID: <87bpn1zsvq.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <211769420907301510l433cbed3kae0b5ec9a56f6315@mail.gmail.com> (Nathan Neff's message of "Thu\, 30 Jul 2009 17\:10\:15 -0500")

Nathan Neff <nathan.neff@gmail.com> 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 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)

l in the agenda shows clock times only with your setup.

C-u l shows task state changes too.  Is that what you are looking for or
do you only want the closed states?

-Bernt

  reply	other threads:[~2009-07-30 22:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 22:10 Toggle 'closed' in org-agenda-log-mode-items Nathan Neff
2009-07-30 22:51 ` Bernt Hansen [this message]
2009-07-31 13:52   ` Nathan Neff
2009-10-28 22:21     ` Steve Cothern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bpn1zsvq.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=nathan.neff@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).