From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Fornius Subject: Re: bug? no newline at beginning of file Date: Sun, 23 Nov 2008 09:33:26 +0100 Message-ID: <87skpi7sfd.fsf@abc.se> References: <492731A5.20009@lbl.gov> 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 1L4APu-0007UH-Gf for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 03:34:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4APs-0007Sd-Ou for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 03:34:05 -0500 Received: from [199.232.76.173] (port=56099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4APs-0007SX-Dx for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 03:34:04 -0500 Received: from violet.abc.se ([62.80.200.155]:45883) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4APr-0001tU-TZ for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 03:34:04 -0500 In-Reply-To: <492731A5.20009@lbl.gov> (Arun Persaud's message of "Fri, 21 Nov 2008 14:09:41 -0800") 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: Arun Persaud Cc: emacs-orgmode@gnu.org I am just a regular user of org-mode but I reproduced you problem and I think you shoul use C-j to make a newline before the table. Because when point is on an orgtbl the return key is bound to orgtbl-ret and at first glance it looks nontrivial to implement the behavior you ask for. But I am not a org-developer, this was just some thoughts. /Mikael Fornius