From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Arroyo Menendez Subject: Re: org-envolve? Date: Tue, 29 Jul 2014 15:58:46 -0400 Message-ID: References: <878unc33ra.fsf@geodiff-mac3.ulb.ac.be> 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]:49645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCDXu-0006dg-Fk for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 15:58:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCDXt-0005ZH-BF for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 15:58:50 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCDXt-0005ZD-7b for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 15:58:49 -0400 In-Reply-To: <878unc33ra.fsf@geodiff-mac3.ulb.ac.be> (message from Nicolas Richard on Tue, 29 Jul 2014 11:36:57 +0200) 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: Nicolas Richard Cc: bzg@gnu.org, emacs-orgmode@gnu.org Nicolas Richard writes: > David Arroyo Menendez writes: >> Yes, I have some =C3=ADtems >> >> mapcar >> defun >> apply >> cons >> >> Then I mark the region of this =C3=ADtems, apply the function and obtain: >> >> + [ ] 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 conver= sely) > 2. add string "- [ ] " using C-x r t (string-rectangle). Thanks for the tip.