emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Table format error


From: Cecil Westerhof
Subject: [O] Table format error
Date: Thu, 14 Sep 2017 08:39:41 +0200

I think I found a table format error.
I created a table and after formatting it looks like:
​|-----------+-----------+---------------|
|         1 | Text      |             2 |
|-----------+-----------+---------------|
| Some text | Some more | And even more |
|-----------+-----------+---------------|

Then I copy the last row:
|-----------+-----------+---------------|
|         1 | Text      |             2 |
|-----------+-----------+---------------|
| Some text | Some more | And even more |
| Some text | Some more | And even more |
|-----------+-----------+---------------|

But when I then format the table,
the last heading goes from right aligned to left aligned:
|-----------+-----------+---------------|
| 1         | Text      | 2             |
|-----------+-----------+---------------|
| Some text | Some more | And even more |
| Some text | Some more | And even more |
|-----------+-----------+---------------|

​What is happening here?

I​ am using: Org-mode version 8.2.10.

--
Cecil Westerhof

reply via email to

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