From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Small bug in table editing Date: Fri, 11 Feb 2011 12:29:31 +0100 Message-ID: <87k4h6x10k.fsf@gnu.org> References: <87hbcl0y9i.fsf@Rainer.invalid> <87bp2rlos2.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55066 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnrBn-0006rg-Nv for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:29:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnrBm-0001Kt-I0 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:29:27 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:34968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnrBm-0001Kn-Ao for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:29:26 -0500 Received: by fxm12 with SMTP id 12so2736051fxm.0 for ; Fri, 11 Feb 2011 03:29:25 -0800 (PST) In-Reply-To: (Christopher Witte's message of "Mon, 7 Feb 2011 10:26:21 +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: Christopher Witte Cc: Achim Gratz , emacs-orgmode@gnu.org Hi Christopher, Christopher Witte writes: > As I said, I can be persuaded otherwise, but saying don't use org-mode > tables isn't very persuasive. :) > What is the semantic model for "enter" > when using org-mode tables? Clearly I don't understand it. Return and TAB reformats the current table line. Return goes to next-line and same-column cell. TAB goes to the same-line and next-column cell. I think reformatting a line starting with |- to |----+----| is the right thing to do. What did you expect instead? -- Bastien