From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: Re: Word wrap in org-mode Date: Mon, 22 Oct 2012 10:20:07 +0100 Message-ID: <87bofuc188.fsf@ed.ac.uk> References: , <87d30bbfy7.fsf@ed.ac.uk>, Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQE3c-00012B-4K for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 05:12:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQE3W-0003gm-DL for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 05:12:24 -0400 Received: from mail-ea0-f169.google.com ([209.85.215.169]:46333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQE3W-0003gW-6Q for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 05:12:18 -0400 Received: by mail-ea0-f169.google.com with SMTP id k11so947181eaa.0 for ; Mon, 22 Oct 2012 02:12:17 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Henderson Cc: emacs-orgmode@gnu.org Chris Henderson writes: > On Mon, Oct 22, 2012 at 9:47 AM, Myles English 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