Note current limitation in computation of remaining effort time

This commit is contained in:
Daniel - 2023-04-06 17:58:22 +02:00
parent f120e4b01f
commit c061357893
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,9 @@ is clocked in."
(unless (derived-mode-p 'org-mode)
(user-error "Not in Org mode buffer, aborting"))
;; XXX: This does not take into account the current setting of
;; CLOCK_MODELINE_TOTAL.
(let ((at-current-clock-p (and (markerp org-clock-hd-marker)
(save-mark-and-excursion ; from `org-clock-in'
(org-back-to-heading t)