"Michael Brand" <michael.br...@nexustelecom.com> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode