From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Using org-babel with Scheme Date: Thu, 9 Feb 2012 01:53:37 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvOp7-0007PM-JM for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 02:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvOp1-0007sR-27 for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 02:53:45 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:34848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvOp0-0007sL-Nw for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 02:53:38 -0500 Received: by dadv6 with SMTP id v6so1298069dad.0 for ; Wed, 08 Feb 2012 23:53:37 -0800 (PST) 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 Is anyone on the list using a recent org-babel with Scheme? I recently started working through SICP, and I'm running into issues evaluating scheme src blocks. Org-babel error buffer pops up with "ERROR: Wrong number of arguments to #", and the minibuffer prompts me for a lisp expression. Is there anything I need to configure beyond (org-babel-do-load-languages 'org-babel-load-languages '((scheme . t)))? (Running latest org from git in Emacs 24; have Chicken scheme and guile installed). --Leo