From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Moving checkbox item to end of list when checked Date: Wed, 22 Jan 2014 14:36:14 +0100 Message-ID: <87wqhsi1f5.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5yLH-0005IH-FJ for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 08:59:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5yKt-0002cT-4N for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 08:59:43 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:35354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5yKs-0002cB-To for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 08:59:19 -0500 Received: by mail-wi0-f178.google.com with SMTP id cc10so615599wib.17 for ; Wed, 22 Jan 2014 05:59:18 -0800 (PST) In-Reply-To: (Cecil Westerhof's message of "Wed, 22 Jan 2014 12:27:11 +0100") 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: Cecil Westerhof Cc: emacs-orgmode@gnu.org Hi Cecil, Cecil Westerhof writes: > but I would like to get: > * Actions >   - [ ] B >   - [ ] C >   - [X] A > > Is this possible? `C-c ^ x' to sort the list by checkbox status. But this is an additional step after ticking the checkbox. > If not I could write an alias for it I think. Is there a command for > going to the end of the list? Not a command, but an internal function you can explore: `org-list-get-list-end'. -- Bastien