Fix missing description in main Org hydra
This commit is contained in:
parent
52559e8cf8
commit
aeff0883bb
@ -835,8 +835,9 @@ forces clocking in of the default task."
|
|||||||
(interactive)
|
(interactive)
|
||||||
(org-clock-in '(4)))
|
(org-clock-in '(4)))
|
||||||
"select")
|
"select")
|
||||||
("c" (db/org-clock-goto-first-open-checkbox))
|
("c" (db/org-clock-goto-first-open-checkbox)
|
||||||
("a" counsel-org-goto-all "goto")
|
"go to current")
|
||||||
|
("a" counsel-org-goto-all "go to any")
|
||||||
("o" org-clock-out "clock out")
|
("o" org-clock-out "clock out")
|
||||||
("l" db/org-clock-in-last-task "last")
|
("l" db/org-clock-in-last-task "last")
|
||||||
("d" (lambda ()
|
("d" (lambda ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user