marcowahlsoft@gmail.com writes: > Hi, > > In the past speed key "D" (analog "U") on a headline moved the whole > subtree down. In the latest org-mode version the effect of speed key > "D" is to move the headline (and only just the headline) down. BTW this > change of behavior is due to a change in `org-shiftmetadown' AFAICT. > > Is the user who wants the old behavior back supposed to configure > `org-speed-commands-user' with `org-metadown'? > > Personal note: I used those keys a lot as I can clearly observe since > their functionality changed. And I vote for giving the speed keys "D" > and "U" back their old functionality. I can confirm this bug. I consider it an undesired change since when one is on a headline, one rarely wants to move only the headline up and down. E.g., turning... * TODO Headline :LOGBOOK: CLOCK: [2014-06-23 Mon 09:34]--[2014-06-23 Mon 09:35] => 0:01 :END: ...into... :LOGBOOK: * TODO Headline CLOCK: [2014-06-23 Mon 09:34]--[2014-06-23 Mon 09:35] => 0:01 :END: ...does not make much sense. Below is a patch to fix it. Best, Matt