Hi Rainer,
I'm happy this was useful
[...]
>> >The `org-babel-lob-ingest' function is used to load the source-code
>> > *** 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...
>
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