From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: enhancement request: include check-boxes in Shift- cycling on lists Date: Mon, 1 Mar 2010 08:32:29 +0100 Message-ID: <79D9D51A-F14B-49CC-9019-03C5C838BB97@gmail.com> References: <1BD049CA-BCF2-4442-AA7B-BC86B2376968@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nm0pP-0004CH-UI for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:12 -0500 Received: from [140.186.70.92] (port=43540 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm0pM-0004Bn-5s for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm0pK-0001IK-4a for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:07 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:59284) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm0pI-0001Hs-Ls for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:04 -0500 Received: by fxm22 with SMTP id 22so2183036fxm.26 for ; Mon, 01 Mar 2010 00:18:03 -0800 (PST) In-Reply-To: <1BD049CA-BCF2-4442-AA7B-BC86B2376968@gmail.com> 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: Livin Stephen Sharma Cc: emacs-org-mode-help gnu gnu On Mar 1, 2010, at 3:26 AM, Livin Stephen Sharma wrote: > 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. That is what `C-c C-x C-b' does. HTH - Carsten