From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode and longlines-mode (especially tables) Date: Sun, 18 Mar 2007 08:07:39 +0100 Message-ID: References: <1242f34a0703171843x3492f1c0ybba68d0b24e90cdb@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSpVq-0004ab-A1 for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 03:09:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSpVo-0004aN-C4 for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 03:09:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSpVo-0004aK-60 for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 02:09:04 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSpUT-00064P-FO for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 03:07:41 -0400 In-Reply-To: <1242f34a0703171843x3492f1c0ybba68d0b24e90cdb@mail.gmail.com> 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: Mark Aufflick Cc: emacs-orgmode@gnu.org On Mar 18, 2007, at 2:43, Mark Aufflick wrote: > Hi Everyone, > > I am using longlines-mode with org-mode to do word wrapping. It is > useful in normal view to get wrapping at word boundaries, but it is > especially useful with vertical split windows (C-x 3) since they > default to not wrapping at all. > > I have noticed a few wierd issues in org-mode related to the > pseudo-linebreaks managed by longlines mode. I've taken only a brief look at longlines, but I can see not easy way to make longlines work with org-mode. Org-mode is strongly based on plain text format with hard line breaks. - Carsten