Re: [O] How does Library of Babel actually work?

2015-10-31 Thread Lawrence Bottorff
Yes, and see my response. Having to explicitly re-do the `org-babel-lob-ingest` in the Local Variables with an eval tells me org babel doesn't really know about LOB until my file explicitly tells it. Doing `org-babel-lob-ingest` outside of the org file (at Emacs startup) should set something to t a

Re: [O] How does Library of Babel actually work?

2015-10-31 Thread Nick Dokos
Lawrence Bottorff writes: > 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 `

Re: [O] How does Library of Babel actually work?

2015-10-31 Thread John Kitchin
I think you are mistaken in what you think it does. I am pretty sure what it does is allow you to call named src-blocks with this syntax: #+call: some-func-in-lob(args) It doesn't make the functions in the code blocks necessarily available in another code block (although through side effects for

[O] How does Library of Babel actually work?

2015-10-31 Thread Lawrence Bottorff
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