From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: bug? no newline at beginning of file Date: Fri, 21 Nov 2008 14:09:41 -0800 Message-ID: <492731A5.20009@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3eC9-0003re-Me for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 17:09:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3eC8-0003rE-TJ for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 17:09:45 -0500 Received: from [199.232.76.173] (port=32796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3eC8-0003r0-KH for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 17:09:44 -0500 Received: from ironport4.lbl.gov ([128.3.41.45]:39319) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3eC8-0007wV-EW for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 17:09:44 -0500 Received: from ape.dhcp.lbl.gov (ape.dhcp.lbl.gov [128.3.132.211]) by mta1.lbl.gov (8.13.8/8.13.8) with ESMTP id mALM9fbZ000662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Nov 2008 14:09:41 -0800 (PST) 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 Hi found a possible bug and a quick search in google didn't return any results, so I thought I send an email to the list (although I'm not subscribed), but I couldn't find any other place to report it. So here we go: My version of the emacs and org: GNU Emacs 22.2.1 (x86_64-suse-linux-gnu, GTK+ Version 2.12.9) of 2008-09-11 on hammer22 Org-mode version 6.12b (updated from git every weekend) what to do: * open a new file * switch to orgtbl-mode * create a new table at the beginning of the file (e.g. starting in the first line) * got to beginning of the file * hit enter to add a newline * nothing happens! I can add newlines everywhere else in the file though expected behavior: a newline would be added before the table (works if I turn table mode off) HTH, great work btw, org-mode is one of my most used emacs modes ;) Arun