From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: odd table behavior Date: Fri, 15 Jan 2010 06:54:27 +0100 Message-ID: <04ED909D-DFD8-405A-8C50-E5E8156C9F07@gmail.com> References: <6dffa35e1001140803m9aa175eoe72990cc126ecbae@mail.gmail.com> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVf8n-0003dY-F3 for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 00:54:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVf8i-0003dM-Fx for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 00:54:37 -0500 Received: from [199.232.76.173] (port=53376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVf8i-0003dJ-9X for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 00:54:32 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:52497) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVf8h-0003zj-PI for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 00:54:31 -0500 Received: by ey-out-1920.google.com with SMTP id 3so86742eyh.2 for ; Thu, 14 Jan 2010 21:54:30 -0800 (PST) In-Reply-To: <6dffa35e1001140803m9aa175eoe72990cc126ecbae@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: David Ellis Cc: emacs-orgmode@gnu.org On Jan 14, 2010, at 5:03 PM, David Ellis wrote: > I haven't used tables much so please forgive me if this is a dumb > question. > > I thought if I typed the following: > > |this|is|a|test| > |will tables work?| > > and I pressed the enter key with the cursor at the end of the second > line, the tables would reformat. This doesn't seem to be working > anymore for me. If I press the key that reformats. This is a special exception with the ENTER key. At the end of a line in a table it always makes a new line, because this is pretty much the only way to split a table into two, for example. Manish and Chris have already explained everything else. - Carsten > > I am using GNU Emacs 23.1.1on Windows with org version 6.33f. > > I also noticed that if I type |- at the beginning of a line and then > hit return, it remains |-. If I press , it works correctly. > > First of all, am I correct that return should reformat. If so, what > should I check to try to fix this. > > Thanks, > > Dave > > > _______________________________________________ > 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