Fix missing summation of time blocks in agenda

This commit is contained in:
Daniel - 2023-01-11 20:22:29 +01:00
parent a557e7420d
commit 6ed088d2da
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ shown because they are due)."
(save-excursion
(while (< (point) limit)
(when (member (org-get-at-bol 'type)
'("scheduled" "past-scheduled" "timestamp" "deadline"))
'("scheduled" "past-scheduled" "timestamp" "deadline" "block"))
(push (org-entry-get (org-get-at-bol 'org-hd-marker) "Effort") total))
(forward-line)))
(org-duration-from-minutes