From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: begin_src problems Date: Mon, 18 May 2009 23:15:51 -0400 Message-ID: <87pre5wzo8.fsf@stats.ox.ac.uk> References: <87zld9x6j0.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Fo8-0007zI-OE for emacs-orgmode@gnu.org; Mon, 18 May 2009 23:16:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Fo3-0007uL-5p for emacs-orgmode@gnu.org; Mon, 18 May 2009 23:15:59 -0400 Received: from [199.232.76.173] (port=48555 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Fo2-0007uE-Vc for emacs-orgmode@gnu.org; Mon, 18 May 2009 23:15:54 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:37380) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6Fo2-0006PW-Er for emacs-orgmode@gnu.org; Mon, 18 May 2009 23:15:54 -0400 In-Reply-To: (Tom Tobin's message of "Mon, 18 May 2009 21:32:56 -0500") 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: Tom Tobin Cc: emacs-orgmode@gnu.org Tom Tobin writes: > On Mon, May 18, 2009 at 7:47 PM, Dan Davison wrote: >> Tom Tobin writes: >>> 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": >> >> C-c i is undefined with my setup. Did you mean C-c '? > > Yeah, sorry; I meant C-c '. > >>> #+BEGIN_SRC html-mode >>>

foobar

>>> #+END_SRC >> >> I think you want #+BEGIN_SRC html. Then it works for me. > > Hmm ... C-c ' now works only if the block is flush with the left > margin. Is this intentional? Yes, it's intentional. The # has to be the first character on the line. It's the same with the other org syntax which starts #+. > Org-mode tries to align it with the > header it falls under, which seems "right" to me. The block still > doesn't get the org-code face either way (although the "#+BEGIN_SRC Not quite sure what you mean by 'org-code' face. The source code gets fontified, in a different buffer, when you hit C-c ' (fontification is according to the language major mode specified in the header, i.e. html-mode in your example). Does this happen for you? The code in the original org buffer never gets fontified according to language. It used to be the case that nothing much happened to it, but if you are using bleeding-edge org from today's commits then it is subject to some different magic. Dan > html" and "#+END_SRC" gets their own face if the block is against the > left margin). > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode