Merge branch 'maint'

This commit is contained in:
Bastien 2021-05-15 15:06:16 +02:00
commit 200f454714
1 changed files with 2 additions and 2 deletions

View File

@ -17165,7 +17165,7 @@ for more information."
((org-at-table-p) (org-call-with-arg 'org-table-move-row 'up))
((and (featurep 'org-inlinetask)
(org-inlinetask-in-task-p))
(user-error "Dragging inline tasks is not supported"))
(org-drag-element-backward))
((org-at-heading-p) (call-interactively 'org-move-subtree-up))
((org-at-item-p) (call-interactively 'org-move-item-up))
(t (org-drag-element-backward))))
@ -17198,7 +17198,7 @@ commands for more information."
((org-at-table-p) (call-interactively 'org-table-move-row))
((and (featurep 'org-inlinetask)
(org-inlinetask-in-task-p))
(user-error "Dragging inline tasks is not supported"))
(org-drag-element-forward))
((org-at-heading-p) (call-interactively 'org-move-subtree-down))
((org-at-item-p) (call-interactively 'org-move-item-down))
(t (org-drag-element-forward))))