branch: externals/org
commit a2514c97debadd099f44df4aca6aaf1605b8961b
Merge: e0f24a3f6d 36a9f6f185
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org-clock.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 65a54579a5..67feb6b35d 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -808,6 +808,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