org-mode/lisp
Carsten Dominik c4e9626bf4 Show state changes in agenda logbook mode.
Org records (depending on setup) various information about progress
achieved with projects and tasks.  It can record when an item is done
(when it is "closed"), it can record time spent working on these
entries (clocking), and it can record state changes.

In the daily/weekly agenda, turning on logbook mode with the `l' key
will lists the tasks closed or clocked on a day.

This patch implements showing recorded state changes in the agenda
logbook.  By default, showing state changes is not turned on.  But you
can configure the new variable `org-agenda-log-mode-items' to trigger
inclusion of state changes.  An alternative way is to press `C-u l' in
the agenda, to temporarily force inclusion of all possible entries
(closed, clock, state) into the agenda display.

In passing, this patch renames the function `org-agenda-get-closed' to
the now more appropriate `org-agenda-get-progress'.  The old name
continues to be available as an alias, but its use is deprecated.
2008-11-05 17:26:52 +01:00
..
ChangeLog Show state changes in agenda logbook mode. 2008-11-05 17:26:52 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Show state changes in agenda logbook mode. 2008-11-05 17:26:52 +01:00
org-archive.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-attach.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-bbdb.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-bibtex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-clock.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-colview-xemacs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-colview.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-compat.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-exp.el Improve XHTML validation. 2008-11-03 21:54:28 +01:00
org-export-latex.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-faces.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-gnus.el Make gnus links use message-id. 2008-10-29 09:54:15 +01:00
org-id.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-info.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-irc.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-jsinfo.el Remove language attribute from script tag. 2008-11-01 13:55:59 +01:00
org-list.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mac-message.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-macs.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mew.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mhe.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-mouse.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-plot.el Cleanup to make the compiler happy. 2008-11-03 13:44:42 +01:00
org-publish.el Fix return value of `org-publish-find-title'. 2008-11-03 13:52:16 +01:00
org-remember.el Merge branch 'for-carsten' of git://git.norang.ca/org-mode 2008-10-28 20:10:00 +01:00
org-rmail.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-table.el Check for horizontally-split windows when shrinking a window. 2008-11-03 13:38:25 +01:00
org-vm.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org-wl.el Release 6.10c. 2008-10-25 12:56:42 +02:00
org.el `C-u C-u C-c C-o' forces opening in an external application 2008-11-05 10:46:20 +01:00