From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: German number format in tables? Date: Thu, 2 Jul 2009 14:08:13 +0200 Message-ID: References: <200907021354.27440.rainer.hansen@gmx.net> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MML5W-0006HT-D1 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 08:08:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MML5Q-0006Fk-RY for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 08:08:25 -0400 Received: from [199.232.76.173] (port=58410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MML5Q-0006Fa-FN for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 08:08:20 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:44235) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MML5P-0001fJ-UV for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 08:08:20 -0400 Received: by ey-out-1920.google.com with SMTP id 3so360422eyh.36 for ; Thu, 02 Jul 2009 05:08:19 -0700 (PDT) In-Reply-To: <200907021354.27440.rainer.hansen@gmx.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Hansen Cc: emacs-orgmode@gnu.org On Jul 2, 2009, at 1:54 PM, Rainer Hansen wrote: > Hi, > > I wonder what I need to do to so that I can work with the German > number format > in tables? > > E.g. instead of writing 100,000.00 I would like to write 100.000,00. > > All automatic formatting and calculations of Org-Mode should of > course still > be fine. The output of calculations should also be shown in German > number > format. I don't think calc can write such formats. Much worse, it cannot read them back in. If this is for publishing, your best bet would be to write a function that will change this during publishing and hook it into the publishing preprocessor. In an Org-buffer, writing numbers like this would be a very bad idea. - Carsten > > Regards, > Rainer > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode