emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] "Generic" Source block language specification?


From: Eric Schulte
Subject: Re: [O] "Generic" Source block language specification?
Date: Thu, 22 Nov 2012 16:17:21 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Rainer M Krug <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]