Parham Doustdar <parha...@gmail.com> writes:

> If you run org-table-next-row on the very first line of a table that has a 
> “horizontal rule”, it inserts a row above the horizontal rule, instead of 
> skipping over it.

This is expected.
`org-table-next-row' is, by default, bound to <RET>.
When current row is the last row in the table <RET> will create a new
empty row.
When current row is before hline, <RET> again creates a new empty row -
useful when editing tables separated into several parts by hlines:

| a | b |
|---+---|
| 1 | 2 |
| 3 | 4<point> |
|---+---|
| X | Y |

In the above, <RET> conveniently extends the current table span between
hline separators.

Not a bug.
Canceled.

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