|
@@ -1061,6 +1061,7 @@ Before doing so, re-align the table if necessary."
|
|
(org-table-align))
|
|
(org-table-align))
|
|
(let ((col (org-table-current-column)))
|
|
(let ((col (org-table-current-column)))
|
|
(beginning-of-line 2)
|
|
(beginning-of-line 2)
|
|
|
|
+ (unless (bolp) (insert "\n")) ;missing newline at eob
|
|
(when (or (not (org-at-table-p))
|
|
(when (or (not (org-at-table-p))
|
|
(org-at-table-hline-p))
|
|
(org-at-table-hline-p))
|
|
(beginning-of-line 0)
|
|
(beginning-of-line 0)
|