[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Cannot use #+call correctly with babel
From: |
William LÉCHELLE |
Subject: |
Re: [O] Cannot use #+call correctly with babel |
Date: |
Sun, 17 Jun 2012 14:42:00 -0400 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
At Sat, 16 Jun 2012 18:31:53 +0200,
Benoit Bayol wrote:
>
> All the mixes on headers I tried have been failures.
>
> Here is my example source : http://pastebin.com/63uHDvZH
>
> Does anyone see why I cannot have the output of the code and the results
> in the last sections ?
Hi Benoit,
I may be wrong, but I ran into problems with #+call-s and header positions
also recently, and most of it was solved when I understood the manual
> #+CALL: <name>(<arguments>)
required the empty parenthesis() even if no argument were provided.
I now use :
#+CALL: name-of-block[:results output]() :results replace
So maybe you lack parenthesis (or maybe I misunderstood it), and maybe you
should try to put your headers in <end header arguments>, after the
parenthesis.
HTH,