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

2022-10-29 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Do you need a specific table.el feature that you miss in native Org tables? >> >> Merging and splitting cells! > Can you please send a separate message detailing the feature request and > how you envision this functionality to work? (

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

2022-10-28 Thread Ihor Radchenko
Uwe Brauer writes: >> Do you need a specific table.el feature that you miss in native Org tables? > > Merging and splitting cells! Can you please send a separate message detailing the feature request and how you envision this functionality to work? (I know that many people desire this feature,

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

2022-10-28 Thread Uwe Brauer
> Uwe Brauer writes: org--> table conversion is not reversible. hlines are not part of > table.el syntax and cannot be retained. > I recommend using native Org tables. > Do you need a specific table.el feature that you miss in native Org tables? Merging and splitting cells! -- Warning:

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

2022-10-28 Thread Ihor Radchenko
Uwe Brauer writes: >>> 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. > > It would make sense if I later want to export the final table (aft

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

2022-10-28 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I start with >> >> >> >> | Example | Text| Dates| other | >> |-+-+--+-| >> | this| comment | <2022-01-28 vie> | nothing | >> >> >> That is converted to >> >> >> >> +

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

2022-10-27 Thread Ihor Radchenko
Uwe Brauer writes: > I start with > > > > | Example | Text| Dates| other | > |-+-+--+-| > | this| comment | <2022-01-28 vie> | nothing | > > > That is converted to > > > > +-+-+--+-+ > | Example | Text