Do much more consistency checking when storing and resuming the clock.
commit0529c08e5bfac2dc7c3b94fbd6e655f175a4daf1
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 20 Nov 2008 16:54:26 +0000 (20 17:54 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 20 Nov 2008 16:54:26 +0000 (20 17:54 +0100)
tree1a62f3670b8aff00b3e2f8649fafb6f2ec8136b7
parent998acc298514d87e3a10c616b73c50ae6f7a288c
Do much more consistency checking when storing and resuming the clock.

Saving the clock history and the running clock could lead to pointers
to non-existing buffer, or to dired buffers of directories.  This
patch implements more consistency checks.

It also allows a new value for `org-clock-persist'.  When this is
`clock', only the running clock, but not the entire clock history
is saved.
lisp/ChangeLog
lisp/org-clock.el