all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: org-todo calls unbound org-clock-out-if-current
@ 2019-02-14 21:43 Alex Branham
  2019-02-14 23:22 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Branham @ 2019-02-14 21:43 UTC (permalink / raw)
  To: emacs-orgmode

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: org-todo calls unbound org-clock-out-if-current
  2019-02-14 21:43 Bug: org-todo calls unbound org-clock-out-if-current Alex Branham
@ 2019-02-14 23:22 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2019-02-14 23:22 UTC (permalink / raw)
  To: Alex Branham; +Cc: emacs-orgmode

Hello,

Alex Branham <alex.branham@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-14 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14 21:43 Bug: org-todo calls unbound org-clock-out-if-current Alex Branham
2019-02-14 23:22 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.