From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: Re: Word wrap in org-mode Date: Sun, 21 Oct 2012 23:47:28 +0100 Message-ID: <87d30bbfy7.fsf@ed.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ4BH-0006oK-P5 for emacs-orgmode@gnu.org; Sun, 21 Oct 2012 18:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQ4BG-0001fj-S4 for emacs-orgmode@gnu.org; Sun, 21 Oct 2012 18:39:39 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:40403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ4BG-0001fZ-Kq for emacs-orgmode@gnu.org; Sun, 21 Oct 2012 18:39:38 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so1302197wgb.30 for ; Sun, 21 Oct 2012 15:39:37 -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: > 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. Myles