Jambunathan K <kjambunat...@gmail.com> writes: > Achim Gratz <strom...@nexgo.de> writes: > >> Nicolas Goaziou writes: >>> In a recent commit, I've modified `org-table-number-regexp' so it can >>> recognize numbers with a comma as the decimal mark by default. >> >> This should really follow the definitions in the locale... > > That was my first reaction to it as well.
Remember the purpose of `org-table-number-regexp' is to help find the right alignment in tables. It is _not_ to find numbers when eval'ing a formula. So, having both a rigid definition of what is a number for formulas and a flexible definition when it comes to formatting tables is fine. 2 cts, -- Bastien