Hello,

David Rose <david.r...@jeppesen.com> writes:

> (add-hook 'org-clock-in-hook '(lambda()
>                               (if (not org-timer-current-timer)
>                                   (org-timer-set-timer '(16)))))
>
> This works fine on version 8.2.5c and earlier, but on 8.3.4 the variable
> does not seem to be present. When trying to clock in to a todo item I
> receive the following error:
>
> Symbol's value as variable is void: org-timer-current-timer

org-timer-current-timer was replaced with org-timer-countdown-timer in
173b0cb (org-timer.el: Merge API for the two timers, 2014-12-07).

--
Kyle

Reply via email to