From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: Re: [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode Date: Fri, 26 Jun 2009 12:02:20 +0300 Message-ID: <1246005121-sup-403@oz.taruti.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MK7KH-0001ui-T4 for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 05:02:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MK7KD-0001uK-4i for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 05:02:29 -0400 Received: from [199.232.76.173] (port=52355 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK7KC-0001uH-Rr for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 05:02:24 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:60575 helo=mail.cs.helsinki.fi) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MK7KC-000056-3K for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 05:02:24 -0400 In-reply-to: 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: emacs-orgmode Excerpts from Eric Schulte's message of Thu Jun 25 23:25:30 +0300 2009: > For the past couple of months I have been working on Org-Babel, with Dan > Davison and (initially) Austin Frank. Through Org-Babel Org-Mode can > communicate with programming languages. Code contained in source-code > blocks can be evaluated and data can pass seamlessly between different > programming languages, Org-Mode constructs (tables, file links, example > text) and interactive comint buffers. One part of the project is the > "Library of Babel", which will be an extensible collection of ready-made > and easily-shortcut-callable source-code blocks for handling common > tasks. How do I try it out? I tried the following: 1) update org-mode to latest git 2) restart emacs and open org-babel.org 3) add the load path and (require 'org-babel) 4) press C-cC-c on a begin_src line it only says "Local setup has been refreshed" and nothing happens. ps. org-babel seems very nifty from reading things - Taru Karttunen