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

2014-10-29 Thread Igor Sosa Mayor
Teika Kazura 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/ :: :: jabberid: rogor

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-24 Thread Igor Sosa Mayor
Eric Abrahamsen 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 includes some indentat

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

2014-10-23 Thread Eric Abrahamsen
Igor Sosa Mayor 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 the correct indent

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

2014-10-23 Thread Igor Sosa Mayor
Alexander Baier 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 identation is not kept and the item

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 t

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

2014-10-23 Thread Igor Sosa Mayor
Rasmus 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 Rasmus
Hi, Igor Sosa Mayor 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 get the correct inden

[O] Yank "normal" text as item in list

2014-10-23 Thread Igor Sosa Mayor
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 correct indentation. Is there maybe a magical functio