Chris Henderson writes:

> On Mon, Oct 22, 2012 at 9:47 AM, Myles English <mylesengl...@gmail.com> wrote:
>>
>> Chris Henderson writes:
>>
>>> Is there a way to do word wrap in org-mode? When I copy and paste long
>>> texts, it goes across the window. Alt-q doesn't do word wrap.
>>
>> Maybe I am misunderstanding, but M-q works for me and is bound to
>> `(fill-paragraph)', perhaps yours is bound to something else?  Press:
>>
>> C-h k M-q
>>
>> to find out.
>
> This is what I get:
>
> It is bound to M-q.
>
> (fill-paragraph &optional JUSTIFY REGION)
>
> Should it work?

I get it now: I think you want to handle a very long line that
disappears off the end of the buffer by making it go to the next line
instead and have little arrows at each end to indicate that it is all
the same line -- probably called 'wrapping'.  Fill-paragraph puts line
feed (or is it carriage return?) characters at the end of each screen
line so that it appears as a neat block of text.

I am afraid we have reached the limit of my experience of these things.
If M-q isn't doing anything it is a bit strange though.

May be someone more useful will respond to your question.

Myles

Reply via email to