[hydra] org - use metadown/metaup instead of org-drag-element-*

This commit is contained in:
contrapunctus 2021-08-03 06:42:47 +05:30
parent 13e884b870
commit c5fcac33a9
1 changed files with 2 additions and 2 deletions

View File

@ -1545,8 +1545,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("k" outline-show-branches "branches")
("<tab>" org-cycle "cycle")
;; modification
("C" org-drag-element-backward "drag backward")
("R" org-drag-element-forward "drag forward")
("C" org-metaup "drag backward")
("R" org-metadown "drag forward")
("H" org-promote-subtree "promote")
("S" org-demote-subtree "demote"))
#+END_SRC