I think I've found a sorting bug in org-mode.  The minimal steps to
reproduce the problem follows:

1. Using org-mode 5.13i with Emacs from CVS (23.0.50.1).

2. Example buffer with just 4 lines:

   * Headline Sort Example
   ** Alpha
   ** Charlie
   ** Bravo

3. When the point is on the first line ("Headline Sort Example"
   headline), without active region, issuing "C-c ^ a" leads to this:

   * Headline Sort Example
   ** Alpha
   ** Bravo** Charlie

Which is not what one would expect.  The very same example using
org-mode 4.67d with Emacs 22.1.1 leads to the expected result:

   * Headline Sort Example
   ** Alpha
   ** Bravo
   ** Charlie



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to