* Timeline of completed tasks? @ 2010-03-25 3:36 Ryan Thompson 2010-03-25 4:00 ` Memnon Anon 0 siblings, 1 reply; 4+ messages in thread From: Ryan Thompson @ 2010-03-25 3:36 UTC (permalink / raw) To: Org-Mode List 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? -Ryan ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Timeline of completed tasks? 2010-03-25 3:36 Timeline of completed tasks? Ryan Thompson @ 2010-03-25 4:00 ` Memnon Anon 2010-03-25 7:15 ` Ryan Thompson 0 siblings, 1 reply; 4+ messages in thread From: Memnon Anon @ 2010-03-25 4:00 UTC (permalink / raw) To: emacs-orgmode Ryan Thompson <rct@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? ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: Timeline of completed tasks? 2010-03-25 4:00 ` Memnon Anon @ 2010-03-25 7:15 ` Ryan Thompson 2010-03-25 10:27 ` Darlan Cavalcante Moreira 0 siblings, 1 reply; 4+ messages in thread From: Ryan Thompson @ 2010-03-25 7:15 UTC (permalink / raw) To: Memnon Anon; +Cc: emacs-orgmode Yep, that looks like what I wanted. Thanks. On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon <gegendosenfleisch@googlemail.com> wrote: > Ryan Thompson <rct@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 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: Timeline of completed tasks? 2010-03-25 7:15 ` Ryan Thompson @ 2010-03-25 10:27 ` Darlan Cavalcante Moreira 0 siblings, 0 replies; 4+ messages in thread From: Darlan Cavalcante Moreira @ 2010-03-25 10:27 UTC (permalink / raw) To: Ryan Thompson; +Cc: Memnon Anon, emacs-orgmode You may also show archived items with "v A". If you turn on the log with "v l" and show archived items with "v A" you have a great way to see what you did. Even better if you change, for instance, to the month view with "v m". - Darlan At Thu, 25 Mar 2010 00:15:53 -0700, Ryan Thompson <rct@thompsonclan.org> wrote: > > Yep, that looks like what I wanted. Thanks. > > On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon > <gegendosenfleisch@googlemail.com> wrote: > > Ryan Thompson <rct@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 > > > > > _______________________________________________ > 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-25 10:29 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-03-25 3:36 Timeline of completed tasks? Ryan Thompson 2010-03-25 4:00 ` Memnon Anon 2010-03-25 7:15 ` Ryan Thompson 2010-03-25 10:27 ` Darlan Cavalcante Moreira
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.