Merge branch 'maint'
This commit is contained in:
commit
602fca424d
|
@ -1185,6 +1185,7 @@ may have been stored before."
|
||||||
(cond
|
(cond
|
||||||
((and table-line-pos
|
((and table-line-pos
|
||||||
(string-match "\\(I+\\)\\([-+][0-9]\\)" table-line-pos))
|
(string-match "\\(I+\\)\\([-+][0-9]\\)" table-line-pos))
|
||||||
|
(goto-char (point-min))
|
||||||
;; we have a complex line specification
|
;; we have a complex line specification
|
||||||
(let ((ll (ignore-errors
|
(let ((ll (ignore-errors
|
||||||
(save-match-data (org-table-analyze))
|
(save-match-data (org-table-analyze))
|
||||||
|
|
Loading…
Reference in New Issue