From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Formatting a calculated cell entry as currency Date: Thu, 06 Jun 2013 17:20:56 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhcP-0002pi-0D for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkhcN-0008Ar-5i for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:55926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhcM-0008An-W0 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkhcL-0005jM-1H for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 23:21:09 +0200 Received: from 169.15.136.234 ([169.15.136.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 23:21:09 +0200 Received: from david by 169.15.136.234 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 23:21:09 +0200 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: emacs-orgmode@gnu.org I've got a simple cell calculation, =@2 * 40 If @2 contained 10, is there anyway to force this to show as $400.00? I've combed through the info file, and if it is there I'm blind. Dave