[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Why doesn't this calc org-babel code work?
From: |
Christopher Allan Webber |
Subject: |
[O] Why doesn't this calc org-babel code work? |
Date: |
Thu, 24 May 2012 17:51:50 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Hey all...
I have:
#+BEGIN_SRC calc
foo := 5
foo + 5 =>
#+END_SRC
#+RESULTS:
: foo + 5 => foo + 5
What I'd like, obviously, is for it to result in:
#+RESULTS:
: foo + 5 => 10
I guess I really don't understand how calc support works in org-babel.
Could someone enlighten me?
- [O] Why doesn't this calc org-babel code work?,
Christopher Allan Webber <=