[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: org-timer-current-timer missing in latest version? [8.2.5c
From: |
Kyle Meyer |
Subject: |
Re: [O] Bug: org-timer-current-timer missing in latest version? [8.2.5c (8.2.5c-dist @ /Users/david.rose/.emacs.d/addons/org/lisp/)] |
Date: |
Wed, 09 Mar 2016 20:07:01 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (gnu/linux) |
Hello,
David Rose <address@hidden> 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