From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Wed, 23 Jun 2010 20:03:00 -0400 Message-ID: <87eifxmh57.fsf@gollum.intra.norang.ca> References: <87wrtp78rg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38907 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORZuP-0005pe-T3 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 20:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORZuO-0004iV-HR for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 20:03:09 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:53494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORZuO-0004iN-F4 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 20:03:08 -0400 In-Reply-To: <87wrtp78rg.fsf@gmail.com> (Eric Schulte's message of "Wed\, 23 Jun 2010 14\:09\:07 -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: Eric Schulte Cc: Org Mode "Eric Schulte" writes: > Support for evaluating emacs-lisp code blocks is loaded by default. > All other languages will need to be required explicitly. To conform > to Emacs filename specifications all language require lines have been > shortened from e.g. > > (require 'org-babel-sh) > > to > > (require 'ob-sh) Hi Eric, The documentation still has (require 'org-babel-identifier) and should probably be updated. Regards, Bernt