> > But I seem to have a problem (running your example): > > Debugger entered--Lisp error: (invalid-function (nonempty (a b) (let > ((it (match-string a))) (if (= (length it) 0) (match-string b) it)))) > (nonempty (a b) (let (...) (if ... ... it)))() > org-babel-lob-get-info() > org-babel-lob-execute-maybe() > org-babel-execute-maybe() > org-babel-execute-safely-maybe() > run-hook-with-args-until-success(org-babel-execute-safely-maybe) > org-ctrl-c-ctrl-c(nil) > call-interactively(org-ctrl-c-ctrl-c nil nil) >
I believe this is due to my forgetting to require 'cl at compile time. I've just pushed up a fix, please let me know if the problem persists. Thanks -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/