From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: "Generic" Source block language specification? Date: Fri, 23 Nov 2012 09:17:39 +0100 Message-ID: <50AF3123.40708@gmail.com> References: <50ACE060.4030207@gmail.com> <87624xi5pz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TboSL-0005BS-Vc for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 03:17:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TboSG-0002UB-00 for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 03:17:49 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:59298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TboSF-0002To-Oq for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 03:17:43 -0500 Received: by mail-we0-f169.google.com with SMTP id t49so1596067wey.0 for ; Fri, 23 Nov 2012 00:17:41 -0800 (PST) In-Reply-To: <87624xi5pz.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 23/11/12 00:17, Eric Schulte wrote: > 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., Yes, it does - works perfectly. Is this documented? Thanks, Rainer > > #+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 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCvMSIACgkQoYgNqgF2egpKrQCdFYFJKZ/f7Ix+XOrO3sv2qpno wwoAnjz66rQYFBr0+Wr699pdrBx8aGT1 =NPZQ -----END PGP SIGNATURE-----