From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-mode 6.30e bug with limited table column width corrupts file Date: Wed, 09 Sep 2009 19:14:43 +0200 Message-ID: <871vmgujjw.fsf@gmx.de> References: <9556CBAA8C0342489A5161CD96E1789501392114@EROS.nexus-ag.com> 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 1MlQku-0006Cx-3Z for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 13:14:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlQko-00063c-QC for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 13:14:51 -0400 Received: from [199.232.76.173] (port=38666 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlQko-00063O-G2 for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 13:14:46 -0400 Received: from mail.gmx.net ([213.165.64.20]:46287) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MlQkn-0007VH-UN for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 13:14:46 -0400 In-Reply-To: <9556CBAA8C0342489A5161CD96E1789501392114@EROS.nexus-ag.com> (Michael Brand's message of "Wed, 9 Sep 2009 10:58:31 +0200") 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: Michael Brand Cc: emacs-orgmode@gnu.org "Michael Brand" writes: > First, when I open a file with the content > > -*- eval: (org-mode) -*- > #+STARTUP: align > | | > | 3.14 | > | 3.1415926535897932384626433832795 | > > and answer yes, I get > > -*- eval: (org-mode) -*- > #+STARTUP: align > | | | > | 3.14 | > | 3.1415=> | > > but would expect > > -*- eval: (org-mode) -*- > #+STARTUP: align > | | > | 3.14 | > | 3.1415=> | > > Second, when I delete the last line and save the file, the file content > will be > > -*- eval: (org-mode) -*- > #+STARTUP: align > | | | > | 3.14 | > > as I can see e. g. with emacs itself when I close the file and open it > again declining org-mode with answering no. But the file content should > be > > -*- eval: (org-mode) -*- > #+STARTUP: align > | | > | 3.14 | >official release. > Can someone please confirm with a more stable and recent emacs version? Yes, with emacs 23. If I press C-c C-c in the `3.14` cell, I get an additional cell for each C-c C-c. This is the result after 4 times `C-c C-c' (I added a headline): #+STARTUP: align * headline | | | | | | | | 3.14 | | | | | Sebastian