emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Babel] size limit of #+call


From: Nick Dokos
Subject: Re: [O] [Babel] size limit of #+call
Date: Sat, 24 Mar 2012 15:00:02 -0400

Martin Halder <address@hidden> wrote:

> Hi all,
> 
> trying to use a function to output a latex file using python with =
> #+call.
> 
> The example below does work but when pycalltest gets too big it just =
> output "nil".
> When I call pycalltest directly with C-c C-c it works even with a big =
> function.
> 
> Is there a size limit when I use #+call ?
> 
> Thanks for help,
> Martin
> 
> #+name: =
> pycalltest(trans=3Dtranslation,items=3Ditems,cust=3Dcustomer,deta=3Ddetail=
> s,lang=3D"german",cur=3D"chf")
> #+begin_src python :results output
> execfile('latex.py')
> print lx_config
> #+end_src
> #+call: pycalltest(translation,items,customer,details,"german","chf") =
> :file "test.tex"

Can you please provide all the pieces needed to run this? I presume at least
latex.py is needed - anything else?

Thanks,
Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]