> I get this message on trying to run an elisp block. > > Evaluation of this emacs-lisp code-blockis disabled. > > > There are two issues: > 1. there is a missing space between block and is (and maybe code-block > should not be hyphenated) in org-babel-check-evaluate > 2. It used to work! If I run (org-babel-check-confirm-evaluate > (org-babel-get-src-block-info)) in the code block, it returns t > > > I am not sure what is causing it. Thoughts? I'm having exactly the same issue after upgrading to 9.0. In my case, the source code block has a name, and it says "Evaluation of this shell code-block (name) is disabled", so I guess the missing space issue happens when the code block does not have name. Best, Joon