From mboxrd@z Thu Jan 1 00:00:00 1970 From: zenlines@gmail.com Subject: tab-completion of org-babel code blocks Date: Mon, 15 Jul 2013 17:06:13 +0200 Message-ID: <51E40FE5.7010107@gmail.com> References: <5187AEA7.6090702@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykM0-0008Gb-Rm for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 11:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UykLx-0007bK-Te for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 11:06:20 -0400 Received: from mail-bk0-x231.google.com ([2a00:1450:4008:c01::231]:51733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykLx-0007ae-NJ for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 11:06:17 -0400 Received: by mail-bk0-f49.google.com with SMTP id mz10so4633100bkb.8 for ; Mon, 15 Jul 2013 08:06:16 -0700 (PDT) Received: from ?IPv6:2001:620:d:4252:c1d4:26d9:5839:c2f0? ([2001:620:d:4252:c1d4:26d9:5839:c2f0]) by mx.google.com with ESMTPSA id ct12sm1850750bkb.12.2013.07.15.08.06.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 08:06:14 -0700 (PDT) In-Reply-To: <5187AEA7.6090702@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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