[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-envolve?
From: |
Nick Dokos |
Subject: |
Re: [O] org-envolve? |
Date: |
Tue, 29 Jul 2014 07:00:33 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Nicolas Richard <address@hidden> writes:
> David Arroyo Menendez <address@hidden> writes:
>> Yes, I have some ítems
>>
>> mapcar
>> defun
>> apply
>> cons
>>
>> Then I mark the region of this ítems, 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 conversely)
> 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