From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry =?utf-8?b?UGVsbMOp?= Subject: Re: Computations on properties Date: Wed, 9 Oct 2013 13:32:41 +0000 (UTC) Message-ID: References: <87li22mwvw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTtt0-00031c-B8 for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 09:33:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTtss-0002Jj-Dq for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 09:33:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:51198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTtss-0002Jd-7W for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 09:33:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VTtsq-0002VC-2p for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 15:33:00 +0200 Received: from modem.soliavos.fr ([109.190.80.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Oct 2013 15:33:00 +0200 Received: from thierry.pelle by modem.soliavos.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Oct 2013 15:33:00 +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 Thank you for the reply > > PS: I don't want to use org spreadsheet > > But that would probably be the appropriate tool. I know, but I can't figure out how to extract the speadsheet computed value into the text... > Otherwise you could use > the property API in an elisp program > > ,------------------------------------------------------ > | http://orgmode.org/manual/Using-the-property-API.html > `------------------------------------------------------ > > to read out the property values. Then do the calculation and finally add > a new property with the result. > I look at it. Thanks.