From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: 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 Message-ID: <87d1r3w37u.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adp4I-0000HQ-6V for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 20:07:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adp4E-0007Uu-6B for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 20:07:10 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:59315 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adp4E-0007Uj-1j for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 20:07:06 -0500 In-Reply-To: (David Rose's message of "Thu, 10 Mar 2016 00:22:06 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Rose Cc: "emacs-orgmode@gnu.org" Hello, David Rose 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