From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: [ANN] Org-babel integrated into Org-mode Date: Wed, 23 Jun 2010 14:09:07 -0700 Message-ID: <87wrtp78rg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORXHC-00056y-GW for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 17:14:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORXFx-00063w-AS for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 17:13:14 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:55453) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORXFw-00063k-UA for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 17:13:13 -0400 Received: by pxi17 with SMTP id 17so2876310pxi.0 for ; Wed, 23 Jun 2010 14:13:11 -0700 (PDT) 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: Org Mode Hi, I've just merged the babel branch into the main branch of Org-mode. This merge culminates much integration work by Dan Davison and Tom Dye, as well as myself. Babel is now part of Org-mode. The biggest changes are: 1) Babel now has documentation! It is part of Org-mode's documentation see Chapter 14 _Working With Source Code_ also, the Babel keybindings are now listed in the refcard, and can be viewed from any Org-mode buffer by pressing C-c C-v h 2) Babel will now be loaded by default along with the rest of Org-mode. This means that *everyone* currently using babel will need to change their Emacs config and remove the (require 'org-babel-int) and/or (require 'org-babel) lines. 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) Thanks -- Eric