From mboxrd@z Thu Jan 1 00:00:00 1970 From: Livin Stephen Sharma Subject: enhancement request: include check-boxes in Shift- cycling on lists Date: Mon, 1 Mar 2010 07:56:29 +0530 Message-ID: <1BD049CA-BCF2-4442-AA7B-BC86B2376968@gmail.com> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlvLF-0003dG-FU for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 21:26:41 -0500 Received: from [140.186.70.92] (port=58365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlvLE-0003d8-Qd for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 21:26:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlvLE-0000ux-LF for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 21:26:40 -0500 Received: from qw-out-1920.google.com ([74.125.92.150]:57250) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlvLE-0000ur-I5 for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 21:26:40 -0500 Received: by qw-out-1920.google.com with SMTP id 5so414192qwc.24 for ; Sun, 28 Feb 2010 18:26:38 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-org-mode-help gnu gnu I think this would be a useful in daily use: to be able to easily = convert a list [whether numbers or bullets] into a list of " - [ ] foo" = check-box items. FWIW, I use regex'es to achieve this for now. Livin Stephen Sharma