From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [babel] debug #+call lines Date: Wed, 03 Oct 2012 22:28:04 +0200 Message-ID: <87txubti5n.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJwkb-0005cB-4U for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJwkZ-0003jJ-Jw for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:30:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:35733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJwkZ-0003ic-6C for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:30:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TJwfM-0008L1-7T for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 03:25:24 +0200 Received: from vpn-2020.gwdg.de ([134.76.2.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 03:25:24 +0200 Received: from andreas.leha by vpn-2020.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 03:25:24 +0200 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: emacs-orgmode@gnu.org Hi all, I am getting different results from the evaluation of a source block itself and the evaluation of a #+call line to that block. Therefore, here is my question: Is there an equivalent to org-babel-expand-src-block (C-v C-v v) for call lines? Or how should I debug a #+call line? Regards, Andreas