From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: word wrap preferences in org-mode buffers Date: Sat, 17 Jul 2010 12:01:35 +0100 Message-ID: <87iq4extgw.wl%ucecesf@ucl.ac.uk> References: <4C40B512.7090809@ccbr.umn.edu> <87sk3jno37.fsf@gmx.de> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Sat_Jul_17_12:01:35_2010-1" Return-path: Received: from [140.186.70.92] (port=43186 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oa59L-0006CF-A4 for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 07:01:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oa59J-0001ms-Jw for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 07:01:42 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:48859) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oa59J-0001mX-G0 for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 07:01:41 -0400 In-Reply-To: <87sk3jno37.fsf@gmx.de> 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: Sebastian Rose Cc: emacs-orgmode --Multipart_Sat_Jul_17_12:01:35_2010-1 Content-Type: text/plain; charset=US-ASCII On Fri, 16 Jul 2010 22:55:40 +0200, Sebastian Rose wrote: > > Erik Iverson writes: > > Hello, > > > > As I use org-mode more and more for actually writing things, I'm wondering what > > your favorite Emacs word/line-wrapping mode is. > > > > Basically, I see two main ways of doing this, auto-fill-mode and > > visual-line-mode. Any others that you all use? If you use auto-fill-mode or > > visual-line-mode, are there any obvious drawbacks, particularly regarding > > org-tables and source code blocks. > > > I have this here bound to `SUPER-t': > > (defun sr-toggle-truncate-lines () > "Lange Zeilen abschneiden, oder eben nicht." > (interactive) > (setq truncate-lines (if truncate-lines nil t))) > > I use it to toggle truncate-lines in the rare cases I have to edit a > longish piece of text, that must be on one line. Sebastian, Emacs, at least since v22 or maybe longer, has a built-in function "toggle-truncate-lines". --Multipart_Sat_Jul_17_12:01:35_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Sat_Jul_17_12:01:35_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Sat_Jul_17_12:01:35_2010-1--