diff --git a/modules/lang/org/autoload/org.el b/modules/lang/org/autoload/org.el index b92e833ec..385da9c66 100644 --- a/modules/lang/org/autoload/org.el +++ b/modules/lang/org/autoload/org.el @@ -305,6 +305,7 @@ Clock out if an active clock is running (or cancel it if prefix ARG is non-nil). If no clock is active, then clock into the last item. See `org-clock-in-last' to see how ARG affects this command." (interactive "P") + (require 'org-clock) (cond ((org-clocking-p) (if arg (org-clock-cancel)