diff options
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 45981776c43..7050ecaabac 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1864,7 +1864,7 @@ For all numbers larger than LIMIT, shift them by DELTA." | |||
| 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) | 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) |
| 1865 | (push (cons field v) org-table-local-parameters) | 1865 | (push (cons field v) org-table-local-parameters) |
| 1866 | (push (list field line col) org-table-named-field-locations)))) | 1866 | (push (list field line col) org-table-named-field-locations)))) |
| 1867 | ;; Analyse the line types | 1867 | ;; Analyze the line types |
| 1868 | (goto-char beg) | 1868 | (goto-char beg) |
| 1869 | (setq org-table-current-begin-line (org-current-line) | 1869 | (setq org-table-current-begin-line (org-current-line) |
| 1870 | org-table-current-begin-pos (point) | 1870 | org-table-current-begin-pos (point) |