diff --git a/lisp/org-src.el b/lisp/org-src.el index 3264246b5..d1f687996 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -348,7 +348,7 @@ the display of windows containing the Org buffer and the code buffer." (condition-case e (funcall lang-f) (error - (error "Language mode `%s' fails with: %S" lang-f (nth 1 e))))) + (message "Language mode `%s' fails with: %S" lang-f (nth 1 e))))) (dolist (pair transmitted-variables) (org-set-local (car pair) (cadr pair))) ;; Remove protecting commas from visible part of buffer.