Explorar el Código

Merge branch 'maint'

Kyle Meyer hace 6 años
padre
commit
4f05529ac5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

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