[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] Using org-table-next-line creates a new row when used on the h
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] Using org-table-next-line creates a new row when used on the header row [9.6.21 ( @ /Users/parhamdoustdar/.emacs.d/elpa/org-9.6.21/)] |
Date: |
Wed, 13 Mar 2024 14:18:24 +0000 |
Parham Doustdar <parham90@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>