From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: begin_src "generic source code" Date: Fri, 30 Apr 2010 21:24:16 +0200 Message-ID: <4BDB2E60.8070508@cs.tu-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7vpD-0002xG-75 for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:24:35 -0400 Received: from [140.186.70.92] (port=51519 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7vpC-0002x2-0W for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7vp8-00074D-Ra for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:24:33 -0400 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:46224) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7vp7-00073h-P7 for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:24:30 -0400 In-Reply-To: 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: Jason McBrayer Cc: emacs-orgmode@gnu.org, Robert Klein Maybe one of these fits your needs: #+begin_example #+begin_quote hth, Stephan Also sprach Jason McBrayer: > On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein wrote: >> is there a way to include generic source code in an org document? >> >> I'm trying to put excerpts from configuration files into an org document. > > Have you tried #+begin_src conf ? > > Conf-mode seems to reasonably support quite a few configuration file > modes, and I suppose it ought to handle your highlighting (etc) needs > in org-mode fairly well. > >