emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-mode 6.30e bug with limited table column width corrupt


From: Sebastian Rose
Subject: Re: [Orgmode] org-mode 6.30e bug with limited table column width corrupts file
Date: Wed, 09 Sep 2009 19:14:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

"Michael Brand" <address@hidden> writes:
> First, when I open a file with the content
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
> | 3.1415926535897932384626433832795 |
>
> and answer yes, I get
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>| <l8>     |
> | 3.14     |
> | 3.1415=> |
>
> but would expect
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 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
> | <l8>| <l8>     |
> | 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
> | <l8>     |
> | 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
     
     | <l8>| <l8> | <l8> | <l8> | <l8> | <l8> |
     | 3.14 |      |      |      |      |




  Sebastian







reply via email to

[Prev in Thread] Current Thread [Next in Thread]