From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Brand" Subject: org-mode 6.30e bug with limited table column width corrupts file Date: Wed, 9 Sep 2009 10:58:31 +0200 Message-ID: <9556CBAA8C0342489A5161CD96E1789501392114@EROS.nexus-ag.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlJ19-0002wi-2D for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 04:59:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlJ14-0002vR-LY for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 04:59:06 -0400 Received: from [199.232.76.173] (port=54683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlJ14-0002vJ-B9 for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 04:59:02 -0400 Received: from typhon.nexustelecom.com ([212.203.104.229]:12081) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MlJ13-0003El-Gm for emacs-orgmode@gnu.org; Wed, 09 Sep 2009 04:59:01 -0400 Received: from hermes.nexustelecom.com (localhost [127.0.0.1]) by hermes.nexustelecom.com (Postfix) with ESMTP id 3BB38159F64 for ; Wed, 9 Sep 2009 10:58:57 +0200 (CEST) Received: from EROS.nexus-ag.com (eros.nexus-ag.com [172.29.2.99]) by hermes.nexustelecom.com (Postfix) with ESMTP id EBBAC159F63 for ; Wed, 9 Sep 2009 10:58:31 +0200 (CEST) Content-class: urn:content-classes:message 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 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=3D> | but would expect -*- eval: (org-mode) -*- #+STARTUP: align | | | 3.14 | | 3.1415=3D> | 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 | Can someone please confirm with a more stable and recent emacs version? --------------------------------------- * org-submit-bug-report Emacs : GNU Emacs 23.0.90.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2009-06-23 on ... Package: Org-mode version 6.30e current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-after-todo-state-change-hook '(org-clock-out-if-current) org-goto-auto-isearch nil org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-agenda-before-write-hook '(org-agenda-add-entry-text) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] ) org-confirm-elisp-link-function 'yes-or-no-p org-occur-hook '(org-first-headline-recenter) )