From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: "Generic" Source block language specification? Date: Fri, 23 Nov 2012 09:40:26 -0700 Message-ID: <87lidsgtmt.fsf@gmail.com> References: <50ACE060.4030207@gmail.com> <87624xi5pz.fsf@gmail.com> <50AF3123.40708@gmail.com> <87pq34gy49.fsf@gmail.com> <50AF95A3.7080109@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbwIh-0008Nm-7R for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 11:40:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbwIb-0005xB-61 for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 11:40:23 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:61964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbwIa-0005x2-VQ for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 11:40:17 -0500 Received: by mail-ie0-f169.google.com with SMTP id 10so16669291ied.0 for ; Fri, 23 Nov 2012 08:40:15 -0800 (PST) In-Reply-To: <50AF95A3.7080109@gmail.com> (Rainer M. Krug's message of "Fri, 23 Nov 2012 16:26:27 +0100") 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 M Krug Cc: emacs-orgmode Rainer M Krug writes: > On 23/11/12 16:02, Eric Schulte wrote: >> Rainer M Krug writes: >> >>> 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? >>> >> >> Yes. Whatever language string is placed at the top of the source block will define the mode >> used for export and in-block editing. I believe that is documented. > > OK - then I thought that I can use all languages *for formating* which are defined in the listings > package in LaTeX, but it doesn't matter what I take: it always formats it in as a source block but > obviously without syntax highlighting. > > For editing: C-c ' only works ehen using "fundamental" - other non-existent languages are not > accepted (obviously). > > So I assume in org, there is support for "fundamental", but I could not find it in the > documentation when I looked. > When editing a code block, Org-mode will take the name of the language, append "-mode", and then try to call the result as a function. So for example, an R code block will call "R-mode" to edit the contents using R-mode. Thus any *-mode is a valid code block name. > > At the moment, my org info documentation seems to be not accessible >(blank page when opening it). > > Cheers, > > Rainer > >> >> Cheers, >> >>> >>> 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 >>>> >>> >> > -- Eric Schulte http://cs.unm.edu/~eschulte