From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Orgmode and filling Date: Thu, 7 Oct 2010 12:21:19 +0200 Message-ID: References: <83mxqrny71.fsf@yahoo.it> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57120 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3ngO-00089H-QR for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 06:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3nbI-0002k2-FG for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 06:21:25 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:45110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3nbI-0002jw-9h for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 06:21:24 -0400 Received: by ewy6 with SMTP id 6so263852ewy.0 for ; Thu, 07 Oct 2010 03:21:21 -0700 (PDT) In-Reply-To: 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: Guy Wiener Cc: emacs-orgmode@gnu.org On Oct 7, 2010, at 12:04 PM, Guy Wiener wrote: > Yes, that seems to do the trick - Thanks! > Btw, why is this option the default in org-mode? It is the opposite > of the fundamental mode. Because tables and source code look bad with lines wrapped around. I have put a feature request into Emacs, asking for truncate-lines to become a text property, then I could exclude tables from wrapping - but until then, I'll keep the truncation default. - Carsten > > :- Guy > > On Wed, Oct 6, 2010 at 5:22 PM, Giovanni Ridolfi > wrote: > Guy Wiener writes: > > Hi, Guy, > > > When the cursor crosses the edge of the > > frame, instead of placing a "long line" marker and moving to the > next > > line, the entire buffer is shifted to the left and the cursor > remains > > on the same line. > > > Can this behavior be disabled, and replaced the the same behavior as > > in fundamental text editing? It is really annoying, especially when > > using auto-fill mode. > > M-x toggle-truncate-lines does help? > > so that "Truncate long lines disabled". > > Or place in your .emacs: > (setq truncate-lines t) > > cheers, > Giovanni > > _______________________________________________ > 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 - Carsten