* Christian Moe wrote:
>
> Hi,
Hi!
> I cannot replicate Karl's problem. I copied the code examples, and got
> the right results on Org 8.0-pre (pulled this morning).
>
> I did have to make one change -- Babel wouldn't recognize the variables
> until I passed them with :var rather than in parens
Christian Moe writes:
> Hi,
>
> I cannot replicate Karl's problem. I copied the code examples, and got
> the right results on Org 8.0-pre (pulled this morning).
>
> I did have to make one change -- Babel wouldn't recognize the variables
> until I passed them with :var rather than in parens after
Hi,
I cannot replicate Karl's problem. I copied the code examples, and got
the right results on Org 8.0-pre (pulled this morning).
I did have to make one change -- Babel wouldn't recognize the variables
until I passed them with :var rather than in parens after the codeblock
name. (I saw there wa
I have my own difficulties using sbe and decided to try your example.
I even created the shell babel block below which does the same think as the
python code
#+NAME: epoch2dayshell(epoch=1)
#+begin_src sh
echo `date --d @$epoch -u +"[%F %a %T]"`
#+end_src
but I g