Add shortcut to jump to current clock in main Org hydra

Had forgotten about that one, sorry.
This commit is contained in:
Daniel - 2023-07-21 10:26:44 +02:00
parent d0aa2bf33d
commit 56f60e97d3
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 2 deletions

View File

@ -834,7 +834,8 @@ forces clocking in of the default task."
("s" (lambda ()
(interactive)
(org-clock-in '(4)))
"select")
"select")
("c" (db/org-clock-goto-first-open-checkbox))
("a" counsel-org-goto-all "goto")
("o" org-clock-out "clock out")
("l" db/org-clock-in-last-task "last")
@ -846,7 +847,7 @@ forces clocking in of the default task."
(let ((org-inhibit-logging 'note))
(org-todo 'done)
(org-save-all-org-buffers)))))
"default"))
"default"))
;;; Babel