Fix bug with table alignment and alignment cookies
commitd892aa9642822db69aa04ab6ba4a76812dfd0782
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 10 Sep 2009 17:54:44 +0000 (10 19:54 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 10 Sep 2009 17:54:44 +0000 (10 19:54 +0200)
treebcc1361522d0630e8d6cf5aa121f911cfcb062cb
parentc1524ad9faca39fa33c81e28c6197024cf6697bc
Fix bug with table alignment and alignment cookies

Michael Brand 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     |
>
> Can someone please confirm with a more stable and recent emacs version?
lisp/org-table.el