Re: [O] Note about decimal mark for numbers

2012-08-21 Thread Bastien
Jambunathan K writes: > Achim Gratz 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 f

Re: [O] Note about decimal mark for numbers

2012-08-21 Thread Jambunathan K
Achim Gratz 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. But

Re: [O] Note about decimal mark for numbers

2012-08-21 Thread Achim Gratz
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... Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XT

[O] Note about decimal mark for numbers

2012-08-21 Thread Nicolas Goaziou
Hello, 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. The variable is almost exclusively used for column alignment in tables, so it should be a cosmetic change only. Though, do not hesitate to report any suspici