emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (re


From: Mati
Subject: Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]
Date: Sun, 30 Oct 2022 08:42:35 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0

I saw a similar topic created about hlines. So, it would be rather a feature request to add hlines rather than bug. Here is fragment of conversation I am talking about for reference:

 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?
That would not make sense. AFAIK, table.el has no notion of hlines. The +---+ separators in table.el tables mark cell boundaries, not hlines.


reply via email to

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