From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Arroyo Menendez Subject: Re: org-envolve? Date: Tue, 29 Jul 2014 16:07:11 -0400 Message-ID: References: <87bns8jupa.fsf@alphaville.bos.redhat.com> 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]:50959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCDg3-00015e-4y for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 16:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCDfz-000802-QJ for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 16:07:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCDfz-0007zy-Mq for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 16:07:11 -0400 In-Reply-To: <87bns8jupa.fsf@alphaville.bos.redhat.com> (message from Nick Dokos on Tue, 29 Jul 2014 07:00:33 -0400) 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: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos writes: >>> Then I mark the region of this =C3=ADtems, apply the function and obtai= n: >>> >>> + [ ] mapcar >>> + [ ] defun >>> + [ ] apply >>> + [ ] cons >> >> FWIW, I use rectangular insertion for this : >> 1. select region (mark on the first 'm', point on the last 'c', or conve= rsely) >> 2. add string "- [ ] " using C-x r t (string-rectangle). > > Another way is to > > - mark the region, C-x C-x if necessary to put point on the first item. > - C-c - repeatedly until you get the bullets you want. > - C-u C-c C-c to add the boxes. > > Nick What will we do with davidam-org-envolve-src and davidam-org-src? Must we use another way or make sense store it in a function? Thanks.