Fix RET past the last column of a table
commitca43c1f262b6e88881b24023b517e5bb4a5b6804
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 2 Dec 2017 16:23:03 +0000 (2 17:23 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 2 Dec 2017 16:23:03 +0000 (2 17:23 +0100)
tree386645778a0ce82d91fb6463f73879950d31536e
parentf53d1e2005a26a52427b7514f2d3e7cfa3ff2562
Fix RET past the last column of a table

* lisp/org.el (org-return): Split the table before first column or
  after last one.
* lisp/org-table.el (org-table-next-row): Remove code handling split.

* testing/lisp/test-org.el (test-org/return): Add test.
lisp/org-table.el
lisp/org.el
testing/lisp/test-org.el