From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cecil Westerhof Subject: Moving checkbox item to end of list when checked Date: Wed, 22 Jan 2014 12:27:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11345524f34aa404f08d677e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vxh-0007yf-Tb for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:27:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5vxg-0006zR-VN for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:27:13 -0500 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:60872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vxg-0006zD-Pw for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:27:12 -0500 Received: by mail-qc0-f177.google.com with SMTP id i8so264269qcq.22 for ; Wed, 22 Jan 2014 03:27:12 -0800 (PST) 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 --001a11345524f34aa404f08d677e Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable I have the folowing: * Actions - [ ] A - [ ] B - [ ] C When on A I give =91C-c C-c=92 I get: * Actions - [X] A - [ ] B - [ ] C but I would like to get: * Actions - [ ] B - [ ] C - [X] A Is this possible? If not I could write an alias for it I think. Is there a command for going to the end of the list? --=20 Cecil Westerhof --001a11345524f34aa404f08d677e Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
I have the folowing:
* Actions
=A0 - [ ] A
=A0 - [ = ] B
=A0 - [ ] C

When on A I give =91C-c C-c=92 I get:
* Actions
=A0 - [X] A
=A0 - = [ ] B
=A0 - [ ] C

but I would like to get:
* Actions
= =A0 - [ ] B
=A0 - [ ] C
=A0 - [X] A

Is this possible?
If not I could = write an alias for it I think. Is there a command for going to the end of t= he list?

--
Cecil Westerhof
--001a11345524f34aa404f08d677e--