From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Convert list to checkbox list Date: Wed, 28 Jan 2009 09:58:54 +0100 Message-ID: <87fxj37qnl.fsf@CPU107.opentrends.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LS6GW-0001g6-Fg for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 03:59:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LS6GR-0001fR-Rh for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 03:59:19 -0500 Received: from [199.232.76.173] (port=55011 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LS6GR-0001fO-LG for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 03:59:15 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:2889) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LS6GQ-0002w5-TD for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 03:59:15 -0500 Received: by fg-out-1718.google.com with SMTP id e12so492165fga.30 for ; Wed, 28 Jan 2009 00:59:10 -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 mailing list Hi, I want a simple way to convert from this: - one - two - twone - twotwo - three to: - [ ] one - [ ] two - twone - twotwo - [ ] three Or even this, sometimes: - [ ] one - [ ] two - [ ] twone - [ ] twotwo - [ ] three Is there a function to do this conversion? Thanks, Daniel