Re: [O] org-envolve?

2014-07-29 Thread David Arroyo Menendez
Nick Dokos 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)

Re: [O] org-envolve?

2014-07-29 Thread David Arroyo Menendez
Nicolas Richard writes: > David Arroyo Menendez 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

Re: [O] org-envolve?

2014-07-29 Thread Nick Dokos
Nicolas Richard writes: > David Arroyo Menendez 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

Re: [O] org-envolve?

2014-07-29 Thread Nicolas Richard
David Arroyo Menendez 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 fi

Re: [O] org-envolve?

2014-07-28 Thread Thomas S. Dye
Aloha David, David Arroyo Menendez 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? org-try-stru

Re: [O] org-envolve?

2014-07-28 Thread David Arroyo Menendez
Bastien writes: > Hi David, > > David Arroyo Menendez 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

Re: [O] org-envolve?

2014-07-28 Thread Bastien
Hi David, David Arroyo Menendez 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 should do an

[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 doub