From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: FR: source code Date: Wed, 16 Jan 2008 17:21:08 +0100 Message-ID: <60164EE4-391B-4801-AED1-6E0B566FF253@gmail.com> References: <87bq7w5zp0.fsf@shellarchive.co.uk> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFCMb-0000k5-I2 for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 12:47:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFCMa-0000jm-0r for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 12:47:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFCMZ-0000jj-Pu for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 12:47:43 -0500 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFCMZ-0001gB-Ud for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 12:47:44 -0500 Received: by fk-out-0910.google.com with SMTP id 26so159370fkx.10 for ; Wed, 16 Jan 2008 09:47:42 -0800 (PST) In-Reply-To: <87bq7w5zp0.fsf@shellarchive.co.uk> 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: Phil Jackson Cc: emacs-orgmode@gnu.org On Jan 8, 2008, at 12:22 PM, Phil Jackson wrote: > Hi, > > This may well be beyond the scope of Org but the only thing that keeps > me from switching everything from Muse to Org is the lack of a > method to > 'embed' source code into a document ala: > > > ... > > > Is this something that might be possible in the future? It seems to me that there are really two issues here: 1. Font-locking in the buffer 2. Export I guess one problem is that the stuff in BEGIN_EXAMPLE and similar structures is not protected from font-lock a la org-mode. Maybe this is the main issue you are having Phil? How does Muse behave in your examlple? I don't know Muse too well. - Carsten