Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2019-04-14 22:11:27 -04:00
commit 4f05529ac5
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ This works for both table types.")
"Regexp matching any line outside an Org table.")
(defconst org-table-range-regexp
"@\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\(\\.\\.@?\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\)?"
"@\\([-+]?I*[-+]?[0-9]*\\)\\(\\$[-+]?[0-9]+\\)?\\(\\.\\.@?\\([-+]?I*[-+]?[0-9]*\\)\\(\\$[-+]?[0-9]+\\)?\\)?"
;; 1 2 3 4 5
"Regular expression for matching ranges in formulas.")