From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: How does Library of Babel actually work? Date: Sat, 31 Oct 2015 15:10:51 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b342c8e253202052367f30e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsXnx-0001UJ-SG for emacs-orgmode@gnu.org; Sat, 31 Oct 2015 11:10:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsXnw-0003lI-ND for emacs-orgmode@gnu.org; Sat, 31 Oct 2015 11:10:53 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:34352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsXnw-0003l5-G7 for emacs-orgmode@gnu.org; Sat, 31 Oct 2015 11:10:52 -0400 Received: by lbbwb3 with SMTP id wb3so64756361lbb.1 for ; Sat, 31 Oct 2015 08:10:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist --047d7b342c8e253202052367f30e Content-Type: text/plain; charset=UTF-8 New thread. Anyway, putting lisp/SLIME aside, I experimented with emacs lisp -- and got the same results, i.e., no real LOB functionality, despite proper loading. I must be doing something wrong? I'll describe my process again: Load a.org and b.org into `org-babel-library-of-babel` with `org-babel-lob-ingest`. Good. Check -- and yes, both functions are in `org-babel-library-of-babel` and seem to be ready and "live." But when I try to call them in c.org, org-mode has no knowledge of them. Then I try #+call and #+lob on a b.org function. Still no knowledge of it. At this point I'm not sure LOB works -- or I have a mistaken idea of what it is and what it does. LB --047d7b342c8e253202052367f30e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
New thread. Anyway, putting lisp/SLIME aside, I experiment= ed with emacs lisp -- and got the same results, i.e., no real LOB functiona= lity, despite proper loading. I must be doing something wrong? I'll des= cribe my process again:

Load a.= org and b.org into=C2=A0`org-babel-library= -of-babel` with `org-babel-lob-ingest`. Good. Check -- and yes, both functi= ons are in=C2=A0`org-babel-library-of-babel` and seem to be ready and "= ;live." But when I try to call them in c.org<= /a>, org-mode has no knowledge of them. Then I try #+call and #+lob on a b.org function. Still no knowledge of it. At thi= s point I'm not sure LOB works -- or I have a mistaken idea of what it = is and what it does.

LB

--047d7b342c8e253202052367f30e--