From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: babel scheme not working Date: Thu, 28 May 2015 13:29:26 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e010300608a78c1051727b312 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1cX-0000iG-8w for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy1cW-0006Cc-ED for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:29:29 -0400 Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:34182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1cW-0006CP-7U for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:29:28 -0400 Received: by pdbki1 with SMTP id ki1so46475926pdb.1 for ; Thu, 28 May 2015 10:29:27 -0700 (PDT) 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 --089e010300608a78c1051727b312 Content-Type: text/plain; charset=UTF-8 #+BEGIN_SRC scheme (define (mydouble x) (+ x x)) #+END_SRC produces org-babel-execute-src-block: Symbol's value as variable is void: geiser-default-implementation also, no indentation or color coding of any sort (maybe this isn't a feature yet?) LB --089e010300608a78c1051727b312 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=C2=A0#+BEGIN_SRC scheme
(define (mydouble = x)
(+ x x))
=C2=A0=C2=A0
=C2=A0 #+END_SRC

produces

org-babel-execute-s= rc-block: Symbol's value as variable is void: geiser-default-implementa= tion

also, no indentation or color coding of any s= ort (maybe this isn't a feature yet?)

LB
=


--089e010300608a78c1051727b312--