From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] howto debug #+call lines Date: Thu, 04 Oct 2012 20:39:13 -0600 Message-ID: <87pq4x8www.fsf@gmx.com> References: <87pq4ztgkg.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJxpK-0002fT-N9 for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 22:39:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJxpJ-0001Qx-IN for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 22:39:46 -0400 Received: from mailout-eu.gmx.com ([213.165.64.43]:38032) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TJxpJ-0001Q8-4I for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 22:39:45 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha 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