emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Babel] size limit of #+call
@ 2012-03-24 18:39 Martin Halder
  2012-03-24 19:00 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Halder @ 2012-03-24 18:39 UTC (permalink / raw)
  To: emacs-orgmode

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=translation,items=items,cust=customer,deta=details,lang="german",cur="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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-24 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24 18:39 [Babel] size limit of #+call Martin Halder
2012-03-24 19:00 ` Nick Dokos
2012-03-24 20:46   ` Martin Halder
2012-03-24 21:00   ` Martin Halder

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).