From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to sort an unordered list? Date: Fri, 05 Jun 2015 14:02:28 -0400 Message-ID: <87pp5af2yz.fsf@alphaville.usersys.redhat.com> References: <873826xhyt.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0vxG-00060I-BQ for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 14:02:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0vxD-0000p1-5C for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 14:02:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:48200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0vxC-0000nd-VL for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 14:02:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z0vx7-0005SS-UK for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 20:02:46 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2015 20:02:45 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2015 20:02:45 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sharon Kimble writes: > I've been unable to sort an unordered list as per > http://orgmode.org/manual/Plain-lists.html where it says 'C-c ^' but > everytime I try on a highlighted region it just inserts ^ at the > beginning of the first item. > If I highlight the region and press C-c ^, I get "Nothing to sort", but it does not insert a caret. It looks as if your Control-C is ignored somehow. Once you get the C-c issue straightened out, don't highlight the region: just place the cursor somewhere in the list and type C-c ^ and then select what kind of sorting you want from the menu in the echo area. Nick