From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: carsten.dominik@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Display of numbers (money) in spreadsheet of org-mode Date: Fri, 08 Jun 2007 05:55:57 -0700 Organization: http://groups.google.com Message-ID: <1181307357.097101.109270@e65g2000hsc.googlegroups.com> References: <46668b9f$0$323$e4fe514c@news.xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1181310078 16929 80.91.229.12 (8 Jun 2007 13:41:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 13:41:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 08 15:41:17 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HweiI-0004Rs-Sn for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 15:41:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HweiI-0001fn-Ax for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 09:41:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e65g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 146.50.22.167 Original-X-Trace: posting.google.com 1181307357 4102 127.0.0.1 (8 Jun 2007 12:55:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 8 Jun 2007 12:55:57 +0000 (UTC) In-Reply-To: <46668b9f$0$323$e4fe514c@news.xs4all.nl> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e65g2000hsc.googlegroups.com; posting-host=146.50.22.167; posting-account=6ObsKgwAAACfVDWtlVvIyqCPVEcdCppi Original-Xref: shelby.stanford.edu gnu.emacs.help:149203 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44790 Archived-At: On Jun 6, 12:25 pm, Cecil Westerhof wrote: > I discovered the spreadsheet inorg-modetoday. I like it. But I would like > some nicer display. I have a field that is the sum of other fields. At the > moment it is displayed like > 15391.72 > but I would like it to be displayed like > 15.391,72 > is this possible? > > And if this is possible: is it possible to use this format for the input > fields? I don't think so, because calc does not support this. Org-mode is using calc for the computations, and calc is also doing the parsing and formatting of numbers. Hope this helps. - Carsten