Extend docstring for hydra-org-linking

This commit is contained in:
Daniel - 2021-03-20 20:50:27 +01:00
parent fd14313b9b
commit d7b2ad0b71
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 7 additions and 4 deletions

View File

@ -734,10 +734,13 @@ in an Org Mode buffer or when the clock is not active."
(org-insert-link nil location description)))
(defhydra hydra-org-linking (:color blue :hint none)
"\nLinking between Org mode items.
_c_urrent clock _o_ther item (current buffer or default Org file)
_b_acklinks to current item _O_ther item (all text files)
"
"
Add link at point to
_c_urrent clock
_o_ther item (from current file buffer or default Org file)
_O_ther item (from all Org mode text search files)
Show _b_acklinks to current item."
("c" (db/org-add-link-to-current-clock))
("o" (db/org-add-link-to-other-item nil))
("O" (db/org-add-link-to-other-item t))