From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Note about decimal mark for numbers Date: Tue, 21 Aug 2012 19:15:01 +0200 Message-ID: <87a9xocgkq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3s6M-0003EW-S9 for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 13:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3s6M-0006pB-0q for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 13:18:50 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:44184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3s6L-0006k7-PZ for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 13:18:49 -0400 Received: by mail-wi0-f171.google.com with SMTP id hq4so4158571wib.12 for ; Tue, 21 Aug 2012 10:18:49 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode List 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 suspicious behaviour in tables (when working with csv for example). Also, remember that `org-table-number-regexp' is customizable, so you can undo this change locally. Regards, -- Nicolas Goaziou