emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Ihor Radchenko
Subject: Re: couldn't org-table-create-with-table\.el respect hline
Date: Thu, 27 Oct 2022 12:04:47 +0000

Uwe Brauer <oub@mat.ucm.es> writes:

> 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.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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