Fix dangling clocks created by org-clock-out-hook clocking in again
commit344785bd8cfa5afd6458658d7ff05cbfa6b1e7d2
authorBernt Hansen <bernt@norang.ca>
Sun, 3 Oct 2010 15:47:15 +0000 (3 11:47 -0400)
committerBernt Hansen <bernt@norang.ca>
Sun, 3 Oct 2010 15:47:15 +0000 (3 11:47 -0400)
tree154f19f6143f608bee181b26dad5ccf3b15159fb
parent17c71a40c6d07baae2e9cac606668683ddb3759c
Fix dangling clocks created by org-clock-out-hook clocking in again

This is a fixup patch to commit
17c71a40c6d07baae2e9cac606668683ddb3759c.  The org-clock-clocking-in
variable needs to be set when we are clocking out - in case the clock
out hook clocks-in again.  This fixes a bug that creates dangling
clock entries.
lisp/org-clock.el