From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Problems using longlines-mode with tables in org-mode Date: Mon, 21 Jul 2008 02:53:43 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKldA-0002rO-EZ for emacs-orgmode@gnu.org; Sun, 20 Jul 2008 23:00:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKld8-0002or-MA for emacs-orgmode@gnu.org; Sun, 20 Jul 2008 23:00:08 -0400 Received: from [199.232.76.173] (port=39600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKld8-0002oZ-H3 for emacs-orgmode@gnu.org; Sun, 20 Jul 2008 23:00:06 -0400 Received: from main.gmane.org ([80.91.229.2]:42613 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKld8-0006XH-2E for emacs-orgmode@gnu.org; Sun, 20 Jul 2008 23:00:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KKld4-0007x2-O6 for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 03:00:02 +0000 Received: from c-69-243-228-17.hsd1.fl.comcast.net ([69.243.228.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2008 03:00:02 +0000 Received: from recif by c-69-243-228-17.hsd1.fl.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2008 03:00:02 +0000 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: emacs-orgmode@gnu.org 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