Remove unused `db/org-clock-current-task'

This commit is contained in:
Daniel - 2020-07-01 17:16:39 +02:00
parent 4f063c5e6b
commit d1c4ad5b5d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 5 deletions

View File

@ -394,11 +394,6 @@ forces clocking in of the default task."
(org-with-point-at clock-in-to-task
(org-clock-in nil))))
(defun db/org-clock-current-task ()
"Return currently clocked in task."
(require 'org-clock)
org-clock-current-task)
(defhydra hydra-org-clock (:color blue)
;; Quote %, as otherwise they would be misinterpreted as format characters
"\nCurrent Task: %s(replace-regexp-in-string \"%\" \"%%\" org-clock-current-task); "