mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(org): add binding for org-clone-subtree-with-time-shift
This commit is contained in:
committed by
Henrik Lissner
parent
c0d988fe0d
commit
0ca2e791f7
@ -926,6 +926,7 @@ between the two."
|
|||||||
(:prefix ("s" . "tree/subtree")
|
(:prefix ("s" . "tree/subtree")
|
||||||
"a" #'org-toggle-archive-tag
|
"a" #'org-toggle-archive-tag
|
||||||
"b" #'org-tree-to-indirect-buffer
|
"b" #'org-tree-to-indirect-buffer
|
||||||
|
"c" #'org-clone-subtree-with-time-shift
|
||||||
"d" #'org-cut-subtree
|
"d" #'org-cut-subtree
|
||||||
"h" #'org-promote-subtree
|
"h" #'org-promote-subtree
|
||||||
"j" #'org-move-subtree-down
|
"j" #'org-move-subtree-down
|
||||||
|
Reference in New Issue
Block a user