emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard Lawrence <richard.lawrence@berkeley.edu>
To: emacs-orgmode@gnu.org
Subject: Re: How to view everything DONE today?
Date: Wed, 26 Nov 2014 08:49:16 -0800	[thread overview]
Message-ID: <87oartq54j.fsf@berkeley.edu> (raw)
In-Reply-To: CAGUt3y6F3wiogTH0YZ+5WeeGjwUK==RZL-WC_x8tYysCeJ+oXQ@mail.gmail.com

Hi Sascha,

Sascha Ziemann <ceving@gmail.com> writes:

> I tried to get a list of all items done today. I tried to open the agenda
> view but is does not show anything. What is the right command to see the
> items done today?

If you use logging, one way to do this is to press "l" in the agenda, to
turn on "log mode".  This will show you all the tasks you worked on,
including the ones that you marked done.

I'm not sure if this is possible without logging, since your org files
won't record when tasks were marked done.  You can turn on logging with
a line like

#+STARTUP: logdone

in the preamble of an org file to turn logging on for that file, or

(setq org-log-done 'time) 

in your .emacs, to turn it on globally.

To keep things neat, you might also want to use

#+STARTUP: logdrawer

or 

(setq org-log-into-drawer t)

so your logs go in a LOGBOOK drawer.

Hope that helps!

Best,
Richard

  reply	other threads:[~2014-11-26 16:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 13:56 How to view everything DONE today? Sascha Ziemann
2014-11-26 16:49 ` Richard Lawrence [this message]
2014-11-26 19:44 ` John Kitchin
2014-11-27 14:39   ` Sascha Ziemann
2014-11-27 19:58     ` John Kitchin

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=87oartq54j.fsf@berkeley.edu \
    --to=richard.lawrence@berkeley.edu \
    --cc=emacs-orgmode@gnu.org \
    /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).