Ryan Thompson <r...@thompsonclan.org> writes:

> Hi,
>
> Is there any way to view a timeline or agenda of completed tasks? That
> is, can I invert the normal logic of excluding finished tasks from the
> agenda?

,----[ (info "(org)Agenda commands") ]
| `v l  or short  l'
|      Toggle Logbook mode.  In Logbook mode, entries that were marked
|      DONE while logging was on (variable `org-log-done') are shown in
|      the agenda, as are entries that have been clocked on that day.
|      You can configure the entry types that should be included in log
|      mode using the variable `org-agenda-log-mode-items'.  When called
|      with a `C-u' prefix, show all possible logbook entries, including
|      state changes.  When called with two prefix args `C-u C-u', show
|      only logging information, nothing else.  
`----

,----[ (info "(org)Timeline") ]
| 10.3.4 Timeline for a single file
| ---------------------------------
| 
| The timeline summarizes all time-stamped items from a single Org mode
| file in a _time-sorted view_.  The main purpose of this command is to
| give an overview over events in a project.
| 
| `C-c a L'
|      Show a time-sorted view of the Org file, with all time-stamped
|      items.  When called with a `C-u' prefix, all unfinished TODO
|      entries (scheduled or not) are also listed under the current date.
| 
| The commands available in the timeline buffer are listed in *note
| Agenda commands::.
`----

Does that help?



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to