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
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
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
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
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
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
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 ::
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
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