From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-todo calls unbound org-clock-out-if-current Date: Fri, 15 Feb 2019 00:22:27 +0100 Message-ID: <87h8d6q7kc.fsf@nicolasgoaziou.fr> References: <87sgwqm4gq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guQYi-00087S-P7 for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 18:36:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guQKy-0003Rl-Al for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 18:22:36 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:54821) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guQKy-0003Qv-1n for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 18:22:36 -0500 In-Reply-To: <87sgwqm4gq.fsf@gmail.com> (Alex Branham's message of "Thu, 14 Feb 2019 15:43:01 -0600") 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" To: Alex Branham Cc: emacs-orgmode@gnu.org Hello, Alex Branham writes: > On the tip of the maint branch > (8fc22d464d2bc4a3397516854375b177835d10bb) any call to functions like > 'org-todo' results in an error 'void-function org-clock-out-if-current'. > > Here's a sample backtrace: > > Debugger entered--Lisp error: (void-function org-clock-out-if-current) Oops. Fixed. Thank you. Regards, -- Nicolas Goaziou