From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: How to get sum from remote table + how to put in bold? Date: Mon, 07 Dec 2015 22:37:31 +0100 Message-ID: <87twnukkis.fsf@gmx.us> References: <86si3fvf14.fsf@example.com> <871tayxfv2.fsf@ucl.ac.uk> <864mfunhaj.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a63Ta-0001tP-P5 for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:37:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a63TV-0003yb-PH for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:37:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:58967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a63TV-0003yW-Id for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:37:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a63TU-0006nJ-SU for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 22:37:36 +0100 Received: from tsn109-201-154-146.dyn.nltelcom.net ([109.201.154.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 22:37:36 +0100 Received: from rasmus by tsn109-201-154-146.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 22:37:36 +0100 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 Hi, I didn't read OP. Fabrice Niessen writes: > Any idea how to solve my problem #2: get the computed amount in bold > and/or in another color and/or in bigger font? Cf. the manual you can use printf syntax, http://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc Thus, | /Sub-total/ | 6600.00 | \EUR | |--------------+-----------+-----| | /Tax @ 21%/ | 1386.00 | \EUR | |--------------+-----------+-----| | *Amount Due* | *7986.00* | *\EUR* | #+TBLFM: @1$2=vsum(remote(items,@3$7..@4$7));%.2f::@2$2=@1*0.21;%.2f::@3$2=vsum(@1..@-1);*%.2f* Hope this was what you were after. Rasmus -- Together we will make the possible totalllly impossible!