emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: Missing key definition for org-resolve-clocks [9.3.6 (9.3.6-25-


From: Kyle Meyer
Subject: Re: Bug: Missing key definition for org-resolve-clocks [9.3.6 (9.3.6-25-g685b2c-elpa @ c:/users/ian/.emacs.d/elpa/org-20200316/)]
Date: Wed, 06 May 2020 03:38:27 +0000

[ Sorry for the delayed reply. ]

Ian Garmaise writes:

> According to the manual section 8.4.3, org-resolve-clocks should be
> bound to C-c C-x C-z
>
> This doesn't seem to be the case.

That's odd.  That binding has been around for a while (f250f6beb,
2012-07-28) and is in the version you reported to be running:

  $ git grep org-resolve-clocks 685b2c -- lisp/org-keys.el
  685b2c:lisp/org-keys.el:(declare-function org-resolve-clocks "org" (&optional 
only-dangling-p prompt-fn last-valid))
  685b2c:lisp/org-keys.el:(org-defkey org-mode-map (kbd "C-c C-x C-z") 
#'org-resolve-clocks)

Perhaps there's something in your configuration that's clobbering the
default binding.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]