Fix get clock string function
This commit is contained in:
parent
1a77edb635
commit
1c6307dba8
@ -471,7 +471,6 @@ Adapted from `org-clock-get-clock-string'."
|
|||||||
current-work-done-str work-done-str effort-str org-clock-heading))
|
current-work-done-str work-done-str effort-str org-clock-heading))
|
||||||
(format "%s %s"
|
(format "%s %s"
|
||||||
current-work-done-str
|
current-work-done-str
|
||||||
(org-duration-from-minutes clocked-time)
|
|
||||||
org-clock-heading)))))
|
org-clock-heading)))))
|
||||||
|
|
||||||
;; (defun my/toggle-org-agenda ()
|
;; (defun my/toggle-org-agenda ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user