Browse Source

Merge branch 'maint'

Nicolas Goaziou 9 years ago
parent
commit
f0a48b9064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -2532,7 +2532,7 @@ This function sets up the following dynamically scoped variables:
 	(setq org-table-hlines (apply #'vector (cons nil (nreverse hlines)))))
       ;; Get the number of columns from the first data line in table.
       (goto-char beg)
-      (forward-line (aref org-table-dlines 0))
+      (forward-line (aref org-table-dlines 1))
       (let* ((fields
 	      (org-split-string
 	       (buffer-substring (line-beginning-position) (line-end-position))