From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Re: Word wrap in org-mode Date: Mon, 22 Oct 2012 15:03:01 +1100 Message-ID: References: <87d30bbfy7.fsf@ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ9EG-0001zv-4l for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 00:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQ9EF-0005Uz-Ap for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 00:03:04 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:51085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ9EF-0005Un-2O for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 00:03:03 -0400 Received: by mail-la0-f41.google.com with SMTP id p5so1512859lag.0 for ; Sun, 21 Oct 2012 21:03:01 -0700 (PDT) In-Reply-To: <87d30bbfy7.fsf@ed.ac.uk> 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: Myles English Cc: emacs-orgmode@gnu.org 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? Thanks.