Re: [O] Yank normal text as item in list

2014-10-29 Thread Igor Sosa Mayor
Teika Kazura te...@gmx.com writes: Hi, Igor. Below is mine. It's rudimentary, but it may help you. thanks! I will give it a try and I let you know whether it worked for me! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: ::

Re: [O] Yank normal text as item in list

2014-10-24 Thread Igor Sosa Mayor
Eric Abrahamsen e...@ericabrahamsen.net writes: I don't know what situation in particular you've got, but what often works for me is going to the line of the yanked text that I want to be the first line of a new list item, and using C-c - to explicitly convert it to an item. That command

Re: [O] Yank normal text as item in list

2014-10-24 Thread Teika Kazura
Hi, Igor. Below is mine. It's rudimentary, but it may help you. (defun teika-org-yank (optional arg) Wrapper of `org-yank', taking care of indenting. (interactive) (let (p0 p1) (when (and kill-ring

Re: [O] Yank normal text as item in list

2014-10-23 Thread Rasmus
Hi, Igor Sosa Mayor joseleopoldo1...@gmail.com writes: often I have to yank 'normal' text, that means, text which is not indented into a item of a list. In other words, maybe, to convert it [+] into a list item. I have always the problem that, when the text over one line goes, it does not

Re: [O] Yank normal text as item in list

2014-10-23 Thread Igor Sosa Mayor
Rasmus ras...@gmx.us writes: I usually just do M-^, `delete-indentation' and then M-q, but maybe there's a better way. thanks! I will give it a try! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogorido ::

Re: [O] Yank normal text as item in list

2014-10-23 Thread Alexander Baier
On 2014-10-23 12:02 Igor Sosa Mayor wrote: Hi, often I have to yank 'normal' text, that means, text which is not indented into a item of a list. In other words, maybe, to convert it into a list item. I have always the problem that, when the text over one line goes, it does not get the

Re: [O] Yank normal text as item in list

2014-10-23 Thread Igor Sosa Mayor
Alexander Baier alexander.ba...@mailbox.org writes: What is wrong with fill-paragraph (bound to M-q by default)? nothing, just that it does not do with I want. It works if a yank/paste something which is pasted as a long line. But if I copy/yank text which is already wrapped, the list

Re: [O] Yank normal text as item in list

2014-10-23 Thread Eric Abrahamsen
Igor Sosa Mayor joseleopoldo1...@gmail.com writes: Hi, often I have to yank 'normal' text, that means, text which is not indented into a item of a list. In other words, maybe, to convert it into a list item. I have always the problem that, when the text over one line goes, it does not get