emacs-orgmode
[Top][All Lists]
Advanced

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

couldn't org-table-create-with-table\.el respect hline


From: Uwe Brauer
Subject: couldn't org-table-create-with-table\.el respect hline
Date: Fri, 28 Jan 2022 18:44:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi

I start with 



| Example | Text    | Dates        | other   |
|---------+---------+--------------+---------|
| this    | comment | <2022-01-28 vie> | nothing |


That is converted to 



+---------+---------+--------------+---------+
| Example | Text    | Dates        | other   |
+---------+---------+--------------+---------+
| this    | comment | <2022-01-28 vie> | nothing |
+---------+---------+--------------+---------+


And is converted back to 


| Example | Text    | Dates        | other   |
| this    | comment | <2022-01-28 vie> | nothing |


Couldn't in the last step the hlines be respected?

Regards

Uwe Brauer 




reply via email to

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