From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [BUG] babel call lines broken Date: Wed, 04 Jul 2012 21:18:39 +0200 Message-ID: <873957cp2o.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmV7M-0007CG-J9 for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmV7K-0000vg-RA for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:20:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:39710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmV7K-0000rx-KH for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:20:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SmV7F-0005th-3k for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 21:19:57 +0200 Received: from p57b666f0.dip.t-dialin.net ([87.182.102.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2012 21:19:57 +0200 Received: from andreas.leha by p57b666f0.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2012 21:19:57 +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, there seems to be a bug in evaluating #+call lines. To reproduce, consider this file: ,---- | * Some Headline | #+name: parameters | #+BEGIN_SRC R | ttt <- 1 | #+END_SRC | | * Some Other Headline | #+call: parameters() :results silent :exports none `---- and do C-c C-c on the #+call: line. For me that results in: ,---- | Debugger entered--Lisp error: (wrong-type-argument stringp nil) | replace-match(nil nil nil nil 3) | org-babel-set-current-result-hash(nil) | org-babel-lob-execute(("parameters()" ":results silent :exports none" 0)) | org-babel-lob-execute-maybe() | org-babel-execute-maybe() | org-babel-execute-safely-maybe() | run-hook-with-args-until-success(org-babel-execute-safely-maybe) | org-ctrl-c-ctrl-c(nil) | call-interactively(org-ctrl-c-ctrl-c nil nil) `---- Regards, Andreas PS: I am on emacs24.2.50.1