From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: org-babel ocaml List append problems Date: Tue, 19 Apr 2011 09:44:52 -0600 Message-ID: <8739leckjv.fsf@gmail.com> References: <1302007500.4762.7.camel@tmnowr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCD6u-0000Cm-9I for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 11:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCD6t-00065F-8n for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 11:45:04 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:40424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCD6t-00064z-4D for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 11:45:03 -0400 Received: by pvg4 with SMTP id 4so3953774pvg.0 for ; Tue, 19 Apr 2011 08:45:01 -0700 (PDT) In-Reply-To: <1302007500.4762.7.camel@tmnowr> (James Hurford's message of "Wed, 06 Apr 2011 00:45:00 +1200") 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: James Hurford Cc: emacs-orgmode@gnu.org Hi James, I just pushed up a change which should fix this behavior for both ocaml lists and arrays. Please let me know if you continue to experience problems. Thanks -- Eric James Hurford writes: > I have just discovered org-babel supports ocaml and I've just started to > learn it. My problem is when appending two lists together, when run > through org-babel returns a error message. I would try and run this > code > > [3;2;3] @ [3;2;3;4;5];; > > and get a error message saying > > "Invalid function: 3" > > Is there a solution to this as the code should work? > > James > > > > -- Eric Schulte http://cs.unm.edu/~eschulte/