From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Moving checkbox item to end of list when checked Date: Wed, 22 Jan 2014 15:06:16 +0100 Message-ID: <87fvogw1pj.fsf@gmail.com> References: <87wqhsi1f5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5yRM-0002Kc-RT for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 09:06:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5yRH-0007DQ-GD for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 09:06:00 -0500 In-Reply-To: <87wqhsi1f5.fsf@bzg.ath.cx> (Bastien's message of "Wed, 22 Jan 2014 14:36:14 +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: Bastien Cc: Cecil Westerhof , emacs-orgmode@gnu.org Hello, Bastien writes: > Cecil Westerhof writes: > >> but I would like to get: >> * Actions >> =C2=A0 - [ ] B >> =C2=A0 - [ ] C >> =C2=A0 - [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'. I think that the higher-level function `org-list-send-item' would be useful too: (org-list-send-item (line-beginning-position) 'end (org-list-struct)) Regards, --=20 Nicolas Goaziou