From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [PATCH] Fix list assignments in ob-ocaml.el Date: Sat, 17 Jul 2010 11:08:48 -0700 Message-ID: <877hkuc767.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaBok-0000iK-0L for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 14:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaBoi-00066E-Je for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 14:08:53 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:52104) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaBoi-000663-Dm for emacs-orgmode@gnu.org; Sat, 17 Jul 2010 14:08:52 -0400 Received: by pvc30 with SMTP id 30so2857821pvc.0 for ; Sat, 17 Jul 2010 11:08:51 -0700 (PDT) In-Reply-To: (Erik L. Arneson's message of "Fri, 16 Jul 2010 13:59:45 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Erik L. Arneson" Cc: emacs-orgmode@gnu.org dybbuk@LNouv.com (Erik L. Arneson) writes: > dybbuk@LNouv.com (Erik L. Arneson) writes: >> This patch fixes the OCaml list assignment when using a table as a var >> to an OCaml source block in org-babel. > > Please ignore this patch. It still needs some work. Values being > returned from OCaml don't seem to be read correctly now. Oops! > > (I'm still really new to org-babel, so this is kind of a hairy learning > process.) Hi Erik, One good way to gain familiarity with Org-Babel is to look at the other language specific files, and to run a code block in one of these languages, stepping through the language specific evaluation functions using Edebug [1]. If you have specific babel code/implementation questions you can always post them to this list, preferably with a "[babel]" string in the subject line. Also, if you plan on contributing to Babel, you will need to assign copyright for your contributions to Emacs (see [2]). Always happy to have more people hacking away at Babel. Best -- Eric Footnotes: [1] http://www.gnu.org/software/emacs/emacs-lisp-intro/html_node/edebug.html [2] http://orgmode.org/worg/org-contribute.php