Hi Thierry
On Thu, Oct 10, 2013 at 8:39 AM, Thierry Pellé
wrote:
> After some tests :
> ==> the idea of Michael
>>
>> * Mean Calculation
>> :PROPERTIES:
>> :VAL1: 5
>> :VAL2: 10
>> :COEF: 10
>> :END:
>>
>> Mean Calculation = call_mean() =5.
After some tests :
==> the idea of Michael
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> Mean Calculation = call_mean() =5.454545454545454=
>
> * code :noexport:
> #+NAME: mean
> #+HEADER: :var val
Eric Schulte writes:
> Thorsten Jolitz writes:
>
>> Eric Abrahamsen writes:
>>
>>> Thierry Pellé writes:
>>>
Hi,
I'm seeking how to do something like that
Let the following text inserted in an org-mode file
* Mean Calculation
:PROPERTIES:
:VAL1: 5
>>
Hi Thierry
On Wed, Oct 9, 2013 at 2:19 PM, Thierry Pellé wrote:
> Mean Calculation=RES (where RES is the value of the result)
One more variant would be to use inline source block calls either
interactively with C-c C-c or during export. An example with shell
(python would be very similar) or the
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> Thierry Pellé writes:
>>
>>> Hi,
>>> I'm seeking how to do something like that
>>>
>>> Let the following text inserted in an org-mode file
>>>
>>> * Mean Calculation
>>> :PROPERTIES:
>>> :VAL1: 5
>>> :VAL2: 10
>>> :COEF: 10
>>> :END:
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> Thierry Pellé writes:
>>
>>> Hi,
>>> I'm seeking how to do something like that
>>>
>>> Let the following text inserted in an org-mode file
>>>
>>> * Mean Calculation
>>> :PROPERTIES:
>>> :VAL1: 5
>>> :VAL2: 10
>>> :COEF: 10
>>> :END:
Eric Abrahamsen writes:
> Thierry Pellé writes:
>
>> Hi,
>> I'm seeking how to do something like that
>>
>> Let the following text inserted in an org-mode file
>>
>> * Mean Calculation
>> :PROPERTIES:
>> :VAL1: 5
>> :VAL2: 10
>> :COEF: 10
>> :END:
>>
>> I would like to append the result o
Thierry Pellé writes:
> Hi,
> I'm seeking how to do something like that
>
> Let the following text inserted in an org-mode file
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> I would like to append the result of a computation
> like RES=(VAL1*COEF+VAL
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
>
> ,--
Thierry Pellé writes:
Hi,
> I'm seeking how to do something like that
>
> Let the following text inserted in an org-mode file
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> I would like to append the result of a computation
> like RES=(VAL1*COEF+VAL2)
10 matches
Mail list logo