emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [babel] howto debug #+call lines


From: Eric Schulte
Subject: Re: [O] [babel] howto debug #+call lines
Date: Thu, 04 Oct 2012 20:39:13 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Andreas Leha <address@hidden> writes:

> Hi all,
>
> I am getting different results from the evaluation of a source block and
> the evaluation of a #+call line to that block.
>
> Therefore, my question: Is there an equivalent to
> org-babel-expand-src-block (C-c C-v v) for #+call lines?
>
> Or more general:  How do I debug #+call lines?
>
> Regards,
> Andreas
>

Can you provide a minimal example?

You could write a code block equivalent to the call line.  E.g.,

    #+call: foo(bar=1)

is equivalent to

    #+begin_src emacs-lisp :var results=foo(bar=1)
      results
    #+end_src

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

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