org-timer: Fix "No running timer" error
commitbbacea55f5a85635302c4f5c0773634899a9786a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 2 Dec 2014 10:28:15 +0000 (2 11:28 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 2 Dec 2014 10:28:15 +0000 (2 11:28 +0100)
treea7fbc5586a24aa08c52729a3c429b9c97120538e
parent9aa58fa8529b349d1debd0ced19307b0af3be3be
org-timer: Fix "No running timer" error

* lisp/org-timer.el (org-timer-stop): Do not look after
  `org-timer-current-timer', which is a variable related to countdown
  timer, whereas the function is related to relative timer.

Reported-by: Randy Smith <perlstalker@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/93081>
lisp/org-timer.el