Explorar o código

Merge branch 'maint'

Nicolas Goaziou %!s(int64=9) %!d(string=hai) anos
pai
achega
f0a48b9064
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))