Extend docstring for hydra-org-linking

This commit is contained in:
Daniel - 2021-03-20 20:50:27 +01:00
父節點 fd14313b9b
當前提交 d7b2ad0b71
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 1C7071A75BB72D64
共有 1 個文件被更改,包括 7 次插入4 次删除

查看文件

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