From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: RET at end of table creates new columand and new row Date: Sat, 02 Dec 2017 17:28:14 +0100 Message-ID: <87mv31ccwx.fsf@nicolasgoaziou.fr> References: <78ae63f2-92ef-f069-5ba8-28eded96d6ec@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLAeI-00047l-J6 for emacs-orgmode@gnu.org; Sat, 02 Dec 2017 11:28:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLAeH-0006LS-N8 for emacs-orgmode@gnu.org; Sat, 02 Dec 2017 11:28:18 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37400) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLAeH-0006Hu-Gh for emacs-orgmode@gnu.org; Sat, 02 Dec 2017 11:28:17 -0500 In-Reply-To: <78ae63f2-92ef-f069-5ba8-28eded96d6ec@verizon.net> (Charles Millar's message of "Sat, 2 Dec 2017 08:43:27 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Charles Millar Cc: "emacs-orgmode@gnu.org" Hello, Charles Millar writes: > According to the manual > > RET org-table-next-row > Re-align the table and move down to next row. Creates a new row if > necessary. > At the beginning or end of a line, RET still does NEWLINE, so it can be used > to split a table. > > ECM - > > Create a one column, one row table, hit TAB which results in a two > row, one column table. Point is then immediately after the last |. > When I RET, a new column and new row are created. > > Point is immediately before end-of-buffer. This may make a difference. > > I would expect a new line and no continuation of the table, in any > way. Fixed. Thank you. Regards, -- Nicolas Goaziou