Hi all

after latest git update i get the following error when i try to eval code blocks: 
"Evaluation of this emacs-lisp code-blockis disabled."

i cant seem to find via google any recent changes. this is my current relevant conf:

;; enable prompt-free code running
(setq org-confirm-babel-evaluate nil        ;; for running code blocks
      org-confirm-elisp-link-function nil   ;; for elisp links
      org-confirm-shell-link-function nil)  ;; for shell links 

any clue?

best

Z