From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: "Generic" Source block language specification? Date: Thu, 22 Nov 2012 16:17:21 -0700 Message-ID: <87624xi5pz.fsf@gmail.com> References: <50ACE060.4030207@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbg5Z-0001bF-6G for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbg5V-0006KY-AP for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:45 -0500 Received: from mail-ia0-f169.google.com ([209.85.210.169]:38515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbg5V-0006KR-5W for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:41 -0500 Received: by mail-ia0-f169.google.com with SMTP id r4so7411754iaj.0 for ; Thu, 22 Nov 2012 15:21:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer@krugs.de Cc: emacs-orgmode Rainer M Krug writes: > Hi > > I have in a document a definition of a projection, which is essentially a text as follow: > > #+BEGIN_src > +proj=aea +lat_1=-28.25 > +lat_2=-29.75 > +lat_0=29 > +lon_0=30.75 > +x_0=0 > +y_0=0 > +datum=WGS84 > +units=m > +no_defs > #+END_src > > Now this does obviously not export, as the source block language is missing. Is there a way that I > can get the same formating of the source in the exportes output but without the syntax highlighting? > > BEGIN_EXAMPLE > END_EXAMPLE > > is similar, but I would like the block to be formated as the SRC blocks. > I bet "fundamental" would work, e.g., #+begin_src fundamental +proj=aea +lat_1=-28.25 +lat_2=-29.75 +lat_0=29 +lon_0=30.75 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs #+end_src > > Thanks, > > Rainer -- Eric Schulte http://cs.unm.edu/~eschulte