"org-sort" doesn't work in evil

York Zhao gtdplatform at gmail.com
Wed Nov 9 21:36:56 CET 2011


I just noticed this problem and have confirmed by using "make emacs".

The problem is that in org-mode, if you select a region of headlines and use
"org-sort" on the region, the headlines will be sorted but the sorted headlines
will be combinded into one line. For example, I have the following text:

*** headline b
*** headline a

I select these two lines by moving the point to the first line, then "V", "j",
and "M-x org-sort", the result will be:

*** headline a *** headline b

When it shoud be:

*** headline a
*** headline b

However, if I place the point on the first line and use "C-SPC", DOWN, DOWN,
LEFT it will work fine.


York



More information about the implementations-list mailing list