>>>>> Steinar Bang <s...@dod.no>: > I use M-up and M-down a lot to move items in plain lists up and down in > the list. In the org-mode delivered with emacs 23 the item you moved > past stayed folded. But in git org-mode and in 7.8.09, the item you > move past is opened.
> Is there a way to get the old behaviour back? Ie. that items you move > past with M-up or M-down, stays folded? Looking at the code of org-list-swap-items it doesn't look like this is possible to configure. But I'm not giving up quite yet. I tried modifying the value of org-cycle-include-plain-lists. I had org-cycle-include-plain-lists set to the value of integrate. But changing the value of org-cycle-include-plain-lists to either nil or t had no effect on org-list-swap-items, that I could see.