Ok after sending this i saw Johns solution (deleting org plus dir and reinstall) which worked for me

best

Z

On Fri, Nov 4, 2016 at 9:10 AM, Xebar Saram <zeltakc@gmail.com> wrote:
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