From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Branham Subject: Bug: org-todo calls unbound org-clock-out-if-current Date: Thu, 14 Feb 2019 15:43:01 -0600 Message-ID: <87sgwqm4gq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guP0F-0005wH-Eh for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 16:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guOmf-0007E1-Uy for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 16:43:08 -0500 Received: from mail-ot1-x335.google.com ([2607:f8b0:4864:20::335]:43194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guOmf-0007B8-Ov for emacs-orgmode@gnu.org; Thu, 14 Feb 2019 16:43:05 -0500 Received: by mail-ot1-x335.google.com with SMTP id n71so13116005ota.10 for ; Thu, 14 Feb 2019 13:43:05 -0800 (PST) Received: from mars (nat-128-62-60-156.public.utexas.edu. [128.62.60.156]) by smtp.gmail.com with ESMTPSA id g3sm2036188otb.66.2019.02.14.13.43.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Feb 2019 13:43:03 -0800 (PST) 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: emacs-orgmode@gnu.org Hello - 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) (org-clock-out-if-current) (org-todo "DONE") (funcall-interactively org-todo "DONE") (call-interactively org-todo) (org-agenda-todo "DONE") (my/org-agenda-mark-done nil) (funcall-interactively my/org-agenda-mark-done nil) (call-interactively my/org-agenda-mark-done nil nil) (command-execute my/org-agenda-mark-done)