From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [ANN] Org-babel integrated into Org-mode Date: Mon, 28 Jun 2010 09:03:15 -0700 Message-ID: <87wrtj87r0.fsf@gmail.com> References: <87wrtp78rg.fsf@gmail.com> <87aaqkvqdi.fsf@mundaneum.com> <87iq585rb9.fsf@gmail.com> <87mxuji0n9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34959 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTGuM-0004yc-Rr for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 12:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTGuH-0000Jz-1S for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 12:10:06 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:47903) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTGuG-0000Js-PV for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 12:10:00 -0400 Received: by pwi6 with SMTP id 6so88222pwi.0 for ; Mon, 28 Jun 2010 09:09:59 -0700 (PDT) In-Reply-To: (Rainer M. Krug's message of "Mon, 28 Jun 2010 09:55:10 +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: Rainer M Krug Cc: emacs-orgmode@gnu.org Hi Rainer, I'm happy this was useful Rainer M Krug writes: > On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte wrote: [...] >> > >> > *** Start babel >> > #+begin_src emacs-lisp >> > (org-babel-load-library-of-babel) >> > #+end_src >> >> the above becomes >> >> #+begin_src emacs-lisp >> (org-babel-lob-ingest "~/path/to/org/contrib/babel/library-of-babel.org") >> #+end_src >> > > I don't seem to need this line anymore - it is working without. Also, I > don't remember why I put it in... > The `org-babel-lob-ingest' function is used to load the source-code blocks defined in an Org-mode file into the global `org-babel-library-of-babel' variable. The functions defined in this variable can be called from any Org-mode file. This makes it possible to build a set of often-used generally applicable source-code blocks. The idea behind the library-of-babel.org file distributed with Org-mode is to share such functions throughout the entire Org-mode community. Best -- Eric