|
@@ -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.")
|
|
|
|