From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: noob question about word wrap Date: Mon, 10 Jan 2011 09:27:57 +0000 Message-ID: <87ei8lrtuq.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcEfF-0002Iz-Om for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 05:07:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcEfE-0007ZL-6y for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 05:07:49 -0500 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:37722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcEfE-0007YV-2W for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 05:07:48 -0500 In-Reply-To: (Filippo A. Salustri's message of "Fri, 7 Jan 2011 12:41:39 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org "Filippo A. Salustri" writes: > Hi again. > I send the msg below a few weeks ago, and got a reasonable response from > Ross Glover. > However, I'm still convinced that I would prefer to try orgmode with > different word wrapping. > I'm looking for a way to get orgmode buffers to be in visual-line-mode and > org-indent-mode only. > That is, I'm looking to turn off truncate-lines and auto-fill-mode. > > Can anyone point me in the right direction? I'm not entirely sure what you are asking but if all you wish to do is turn off the automatic truncation of lines, simply type "M-x toggle-truncate-lines RET" to turn this off if it were on and vice versa. You can do the same for auto-fill-mode with "M-x auto-fill-mode RET". In both cases, "M-x" stands for Meta-x: hold your Meta or Alt key down and press x or hit the ESC key and then the x key. RET stands for hit the enter key. If you want to do this for all org files you visit, you can add these commands to org-mode-hook. HTH. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.4 (release_7.4.148.g8a71)