From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Wed, 23 Jun 2010 16:41:35 -0700 Message-ID: <87eifx5nbk.fsf@gmail.com> References: <87wrtp78rg.fsf@gmail.com> <87mxulfi4p.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORZZe-0004EX-C4 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 19:41:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORZZc-0002P2-Ur for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 19:41:41 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:48445) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORZZc-0002Ol-MD for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 19:41:40 -0400 Received: by pxi17 with SMTP id 17so2971204pxi.0 for ; Wed, 23 Jun 2010 16:41:37 -0700 (PDT) In-Reply-To: <87mxulfi4p.fsf@gmx.de> (Sebastian Rose's message of "Thu, 24 Jun 2010 01:23:34 +0200") 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: Sebastian Rose Cc: Org Mode Hi Sebastian, Sebastian Rose writes: [...] > > it seems ob-oz.el is not renamed as intended? > Ah, I should have mentioned. ob-oz.el is the only language-specific file for which we were not able to secure FSF copyright assignment. For this reason it still lives in the contrib directory, under org/contrib/babel/langs/ For consistency it should be renamed to ob-oz.el (a change which I just pushed up). the following should now work --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "~/your/path/to/org/contrib/babel/langs/") (require 'ob-oz) --8<---------------cut here---------------end--------------->8--- Thanks for catching this -- Eric