emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] tab-completion of org-babel code blocks


From: zenlines
Subject: [O] tab-completion of org-babel code blocks
Date: Mon, 15 Jul 2013 17:06:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

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

[Prev in Thread] Current Thread [Next in Thread]