org-clock: Autoload `org-clock-modify-effort-estimate'

* lisp/org-clock.el (org-clock-modify-effort-estimate): Autoload the
command.  It is used in the agenda menu without loading org-clock, so
we must autoload it.  Also, some users want to use the command before
clockin-in.

Link: https://orgmode.org/list/2fb82950-316e-4ebb-bb8b-a65b45e671eb@Spark
This commit is contained in:
Ihor Radchenko 2024-04-28 15:55:45 +03:00
parent 0e743d0bfc
commit 36a9f6f185
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -779,6 +779,7 @@ previous clocking intervals."
60))) 60)))
(+ currently-clocked-time (or org-clock-total-time 0)))) (+ currently-clocked-time (or org-clock-total-time 0))))
;;;###autoload
(defun org-clock-modify-effort-estimate (&optional value) (defun org-clock-modify-effort-estimate (&optional value)
"Add to or set the effort estimate of the item currently being clocked. "Add to or set the effort estimate of the item currently being clocked.
VALUE can be a number of minutes, or a string with format hh:mm or mm. VALUE can be a number of minutes, or a string with format hh:mm or mm.