Greg Minshall writes:

> one line in why.org:
> ----
> call_find-orgs()
> ----
>
> then
> ----
> emacs -Q
> ----
>
> then
> ----
> C-e h h
> ----
>
> then
> ----
> Debugger entered--Lisp error: (wrong-type-argument consp nil)
>   org-babel-exp-code(nil lob)
>   org-babel-exp-do-export(nil lob)
>   org-babel-exp-process-buffer()

Thanks for the report and reproducer.

At the very least, the failure message should be informative in this
situation (a call referencing an unknown name).  I've pushed a commit
(5450d6420) to improve the error reporting.

Reply via email to