[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] How to show done tasks in agenda
From: |
Jan Böcker |
Subject: |
Re: [Orgmode] How to show done tasks in agenda |
Date: |
Fri, 13 Aug 2010 23:05:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 |
On 08/13/2010 10:11 PM, Glasspen wrote:
>
> Hi!
>
> A question about tasks in agenda-view.
>
> How can org-mode show done tasks in agenda-view.
>
> Regards
>
> /C
>
If you are in the "todo list" view, there is a line like this at the top:
Available with `N r': (0)ALL (1)NEXT (2)AMD (3)WAITING (4)DONE
(5)CANCELLED (6)PROJECT (7)COMPLETE
In my case, I can press "4 r" to show all DONE items.
If you are referring to the daily/weekly agenda view: As far as I know,
DONE items which have a SCHEDULED or DEADLINE date set are still shown
on that date.
If you have logging of TODO states enabled (see "5.3 Progress Logging"
in the manual), you can press "v l" in the agenda and it shows the log
events (a DONE item, even without a SCHEDULED or DEADLINE date set, will
be listed on the day it was closed).
HTH, Jan