Browse Source

Merge branch 'maint'

Nicolas Goaziou 6 years ago
parent
commit
7e4847a554
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-table.el

+ 1 - 0
lisp/org-table.el

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