From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] using #+call for inline results Date: Sun, 26 Jun 2011 17:14:15 -0700 Message-ID: <87vcvsruzs.fsf@gmail.com> References: <87mxhaunsi.fsf@ucl.ac.uk> <87mxh9omwb.fsf@gmail.com> <87mxh9pvz8.fsf@ucl.ac.uk> <87sjr1i040.fsf@gmail.com> <4E030676.3070504@christianmoe.com> <87hb7ej1pu.fsf@gmail.com> <4E071E71.4060804@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QazT7-0000n7-Lh for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 20:14:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QazT5-0002XK-Gq for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 20:14:25 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:55845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QazT5-0002X2-3G for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 20:14:23 -0400 Received: by pzk4 with SMTP id 4so3234263pzk.0 for ; Sun, 26 Jun 2011 17:14:21 -0700 (PDT) In-Reply-To: <4E071E71.4060804@christianmoe.com> (Christian Moe's message of "Sun, 26 Jun 2011 13:56:33 +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: mail@christianmoe.com Cc: emacs-orgmode@gnu.org > > But I seem to have a problem (running your example): > > Debugger entered--Lisp error: (invalid-function (nonempty (a b) (let > ((it (match-string a))) (if (= (length it) 0) (match-string b) it)))) > (nonempty (a b) (let (...) (if ... ... it)))() > org-babel-lob-get-info() > 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) > I believe this is due to my forgetting to require 'cl at compile time. I've just pushed up a fix, please let me know if the problem persists. Thanks -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/