emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals-release/org 36a9f6f185: org-clock: Autoload `org-clock-


From: ELPA Syncer
Subject: [elpa] externals-release/org 36a9f6f185: org-clock: Autoload `org-clock-modify-effort-estimate'
Date: Sun, 28 Apr 2024 09:58:39 -0400 (EDT)

branch: externals-release/org
commit 36a9f6f185c7dd7c80b502b785c5805e499b71d5
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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
---
 lisp/org-clock.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 069c851abe..9851ea72b6 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -779,6 +779,7 @@ previous clocking intervals."
                60)))
     (+ currently-clocked-time (or org-clock-total-time 0))))
 
+;;;###autoload
 (defun org-clock-modify-effort-estimate (&optional value)
   "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.



reply via email to

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