Re: [O] org-envolve?

2014-07-29 Thread Nicolas Richard
David Arroyo Menendez davi...@gnu.org 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

Re: [O] org-envolve?

2014-07-29 Thread Nick Dokos
Nicolas Richard theonewiththeevill...@yahoo.fr writes: David Arroyo Menendez davi...@gnu.org 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

Re: [O] org-envolve?

2014-07-29 Thread David Arroyo Menendez
Nicolas Richard theonewiththeevill...@yahoo.fr writes: David Arroyo Menendez davi...@gnu.org 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

Re: [O] org-envolve?

2014-07-29 Thread David Arroyo Menendez
Nick Dokos ndo...@gmail.com writes: 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

Re: [O] org-envolve?

2014-07-28 Thread Bastien
Hi David, David Arroyo Menendez davi...@gnu.org writes: + davidam-org-envolve-src(msg) + davidam-org-src(msg) It's quicker to add values to `org-structure-template-alist' IMO. + davidam-org-envolve-check-list() + davidam-org-envolve-numbered-list() I don't understand what those functions

Re: [O] org-envolve?

2014-07-28 Thread David Arroyo Menendez
Bastien b...@gnu.org writes: Hi David, David Arroyo Menendez davi...@gnu.org writes: + davidam-org-envolve-src(msg) + davidam-org-src(msg) It's quicker to add values to `org-structure-template-alist' IMO. I'm taking a look to org-structure-template-alist, it seems for autocompletion.

Re: [O] org-envolve?

2014-07-28 Thread Thomas S. Dye
Aloha David, David Arroyo Menendez davi...@gnu.org writes: + davidam-org-envolve-src(msg) + davidam-org-src(msg) It's quicker to add values to `org-structure-template-alist' IMO. I'm taking a look to org-structure-template-alist, it seems for autocompletion. How can I use it?

[O] org-envolve?

2014-07-27 Thread David Arroyo Menendez
Hello, I've some functions in worg/code/elisp/davidam.el, that could be interesting contribute to org-mode (I use davidam-org-src every day). The functions are: + davidam-org-envolve-src(msg) + davidam-org-src(msg) + davidam-org-envolve-check-list() + davidam-org-envolve-numbered-list() My