From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Sexton Subject: BEGIN_SRC Date: Thu, 20 Aug 2009 16:27:10 -0500 Message-ID: <87bpmanpld.wl%ks@mocker.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeFB7-0002U0-Pu for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 17:28:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeFB1-0002FE-Ji for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 17:28:12 -0400 Received: from [199.232.76.173] (port=50070 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeFB0-0002F3-SE for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 17:28:06 -0400 Received: from shell.mocker.org ([206.55.118.86]:37344) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MeFB0-0002lA-7S for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 17:28:06 -0400 Received: from localhost (localhost [127.0.0.1]) by shell.mocker.org (Postfix) with ESMTP id CC6CE9467E for ; Thu, 20 Aug 2009 16:27:26 -0500 (CDT) Received: from shell.mocker.org ([127.0.0.1]) by localhost (shell.mocker.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ed3gDy4bboj for ; Thu, 20 Aug 2009 16:27:06 -0500 (CDT) Received: from thinkpad.mocker.org (unknown [198.247.174.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ks@mocker.org) by shell.mocker.org (Postfix) with ESMTPSA id 1C15994682 for ; Thu, 20 Aug 2009 16:27:05 -0500 (CDT) 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: org-mode Is it possible to have BEGIN_SRC use the mode for the programming language within it's block? For example: #+BEGIN_SRC emacs-lisp ; Treat this block with emacs-lisp-mode #+END_SRC My first thought is that this would require mmm-mode. Anyone doing something similar? -- Kyle Sexton