From mboxrd@z Thu Jan 1 00:00:00 1970 From: timotheus Subject: Re: table.el and org.el Date: Tue, 16 Jan 2007 22:40:35 -0500 Message-ID: References: <17539.30575.663886.673311@localhost.localdomain> <17540.11160.268219.725322@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H71jZ-0007MQ-Mp for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 22:45:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H71jZ-0007ME-2U for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 22:45:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H71jY-0007MB-Rq for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 22:45:08 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H71jY-0001mQ-9p for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 22:45:08 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H71jS-0006Jp-Cj for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 04:45:02 +0100 Received: from cpe-72-226-231-104.rochester.res.rr.com ([72.226.231.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jan 2007 04:45:02 +0100 Received: from timotheus by cpe-72-226-231-104.rochester.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jan 2007 04:45:02 +0100 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 "T. V. Raman" writes: > I hadn't realized org-mode-map did its own rebindings; that > should be sufficient in terms of clues for me to trace this down. > Hi. Were you able to solve the issue of the missing `table.el' bindings while in org-mode? I am experiencing the same difficulty. With Emacs CVS pretest (22.0.92) both the included CVS `org.el' and the latest release of `org.el' cannot edit `table.el' tables correctly. After a `C-c ~', the `table.el' table is created and table bindings are in effect. However, after moving the point by one character, the bindings revert to org-mode bindings. For example, C-< is no longer bound, and the table does not auto size itself (not in fixed-width mode). Upon pressing `TAB' in the first column of a row, `org' prints `recognizing table.el table... done' each and every time. An example of the issue: +-----+-----+-----+ |some silly text | | | +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ The table never auto sizes, and once the sizing is broken, so is TAB-based navigation. I tried the suggests of loading `table.el' first, to no avail. Any ideas? Thanks & regards, -timotheus