Hi There,

the tab-completion (M-tab or, in my case, C-M-i) of to start code blocks is:

#+begin_s
is
#+begin_src:

Code blocks ending with a ":" don't work (C-c C-c) with:
#+begin_src: emacs-lisp
(setq org-export-babel-evaluate nil)
(setq org-confirm-babel-evaluate nil)
#+end_src:

But code blocks ending with a ":" do:
#+begin_src emacs-lisp
(setq org-export-babel-evaluate nil)
(setq org-confirm-babel-evaluate nil)
#+end_src

as they usually do.

GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-05-15 on DDM03958 Org-mode version 8.0.5 (8.0.5-6-g426917-elpa @ ~/.emacs.d/elpa/org-20130708/)

Maybe I missed something...
Just a heads-up.

Best,
Brian


Reply via email to