1
0
Fork 0

Extend docstring for hydra-org-linking

Esse commit está contido em:
Daniel - 2021-03-20 20:50:27 +01:00
commit d7b2ad0b71
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 1C7071A75BB72D64
1 arquivos alterados com 7 adições e 4 exclusões

Ver arquivo

@ -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))