Allow setting default clocking task to current clocking task
commitd008facdabd8062ab0fe724aaabd0649be7156da
authorBernt Hansen <bernt@norang.ca>
Thu, 10 Mar 2011 06:40:20 +0000 (10 06:40 +0000)
committerBastien Guerry <bzg@altern.org>
Thu, 10 Mar 2011 09:20:40 +0000 (10 10:20 +0100)
tree2b3016cff3b975e531b022159fefd82b6ccfa826
parentb12f0dd309db71a25a04808d67e79380b51a7d75
Allow setting default clocking task to current clocking task

* lisp/org-clock.el (org-clock-in): Set default clocking task when already clocking the task

The default clocking task can now be set to the current clocking task.
Previously this just threw an error stating the clock continues in the
current clocking task.  The double prefix now forces setting the
default clocking task instead of forcing the user to clock out and
back in again just to set the default clocking task to the current
clocking task.
lisp/org-clock.el