[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple calc commands with orgbabel
From: |
pietru |
Subject: |
Re: Multiple calc commands with orgbabel |
Date: |
Wed, 5 May 2021 09:20:46 +0200 |
I still get the lost result
#+begin_src calc :results output
fsolve(x*2+x=4,x)
fsolve([x + y = a, x - y = b],[x,y])
#+end_src
#+RESULTS:
: [x = a + (b - a) / 2, y = (a - b) / 2]
> Sent: Wednesday, May 05, 2021 at 7:12 PM
> From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
> To: pietru@caramail.com
> Cc: emacs-orgmode@gnu.org
> Subject: Re: Multiple calc commands with orgbabel
>
>
> pietru@caramail.com writes:
>
> > Have been trying to execute multiple calc commands, but when I evaluate the
> > calc
> > expressions, I get just one result.
>
> could you try the header :results output?
>
> Best wishes,
> Arne
> --
> Unpolitisch sein
> heißt politisch sein
> ohne es zu merken
>
- Re: Multiple calc commands with orgbabel, (continued)
- Re: Multiple calc commands with orgbabel, Bastien, 2021/05/06
- Re: Multiple calc commands with orgbabel, Tom Gillespie, 2021/05/06
- Re: Multiple calc commands with orgbabel, Bastien, 2021/05/07
- Re: Multiple calc commands with orgbabel, Tom Gillespie, 2021/05/07
- Re: Multiple calc commands with orgbabel, Bastien, 2021/05/07
- Re: Multiple calc commands with orgbabel, pietru, 2021/05/05
- ob-fortran behaviour, Christopher Dimech, 2021/05/05
- Re: ob-fortran behaviour, Christopher Dimech, 2021/05/05
- ob-fortran fixes to column position 6 and subroutine keywords, pietru, 2021/05/05
Re: Multiple calc commands with orgbabel, Dr. Arne Babenhauserheide, 2021/05/05