From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Sort check lists by checked status Date: Wed, 03 Jul 2013 15:10:32 +0200 Message-ID: <87ehbfpz5j.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuMpc-0003tx-PG for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 09:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuMpX-0004jM-N1 for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 09:10:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:54763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuMpX-0004j3-8J for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 09:10:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UuMpW-00054n-Gv for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 15:10:42 +0200 Received: from vol75-5-82-226-35-66.fbx.proxad.net ([82.226.35.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jul 2013 15:10:42 +0200 Received: from bzg by vol75-5-82-226-35-66.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jul 2013 15:10:42 +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 I just pushed a change in master: you can now sort check lists by the "checked" status. `C-c ^ c' on a check list will put the checked item at the end. I've been using this quite heavily, I hope other will find this useful. -- Bastien