From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tobin Subject: begin_src problems Date: Mon, 18 May 2009 19:23:14 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6D73-0004gy-Bq for emacs-orgmode@gnu.org; Mon, 18 May 2009 20:23:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6D6y-0004gR-Ba for emacs-orgmode@gnu.org; Mon, 18 May 2009 20:23:20 -0400 Received: from [199.232.76.173] (port=43201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6D6y-0004gM-7u for emacs-orgmode@gnu.org; Mon, 18 May 2009 20:23:16 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:58302) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6D6x-0007D2-Tv for emacs-orgmode@gnu.org; Mon, 18 May 2009 20:23:16 -0400 Received: by ewy6 with SMTP id 6so4635223ewy.42 for ; Mon, 18 May 2009 17:23:14 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm having some issues using #+BEGIN_SRC; doing the following doesn't seem to use the org-code face, and doesn't seem to work correctly with "C-c i": #+BEGIN_SRC html-mode

foobar

#+END_SRC Am I missing something? The "short" form for code literals (prepending a line with colon-space) seems to work fine. I was using org-mode 6.13, but just upgraded to the latest HEAD from the master git branch and had the same issue.