From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problems using longlines-mode with tables in org-mode Date: Fri, 25 Jul 2008 07:40:40 -0700 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMOTQ-0006hM-88 for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 10:40:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMOTM-0006do-Ez for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 10:40:47 -0400 Received: from [199.232.76.173] (port=52685 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMOTM-0006dc-A6 for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 10:40:44 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:12230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMOTM-0005Qy-0A for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 10:40:44 -0400 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: RC Cc: emacs-orgmode@gnu.org Unfortunately, I d not know enough about the internals of longlines to fix this. With TAB, Org rewrites the entire table, probably inserting soft newlines. Maybe a solution would be to use font lock to make the newline in each table line hard....? - Carsten On Jul 20, 2008, at 7:53 PM, RC wrote: > Hi, > I tried using long-lines mode in org-mode 6.06pre01 in Enacs 22 and 23 > (emacs-snapshot) on Ubuntu 8.04 (64 bit), by adding to my .emacs file: > (add-hook 'org-mode-hook 'longlines-mode) > > However, I am unable to edit tables in org-mode. Hitting TAB causes > multiple > rows to collapse into in a single line... > > I don't have fill-mode activated in org-mode as I would like to set > soft > line-wrapping that adjusts to window size by: > ;(add-hook 'org-mode-hook (lambda () > (setq longlines-wrap-follows-window-size t))) > > Is it possible to use longlines-mode with tables in org-mode? > Thanks for your assistance. > Recif > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode