emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Tangling and Exporting an Unsupported Language.


From: Malcolm Purvis
Subject: [O] Tangling and Exporting an Unsupported Language.
Date: Mon, 29 Sep 2014 16:53:56 +1000
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (darwin)

All,

I'm writing an org document which contains code examples of a language
not supported by Babel (a local domain specific language).  The language
doesn't even have a supporting Emacs mode.

I'm wondering what the best portable approach is to managing the code
blocks.  I'm particularly interested in exporting the document to LaTeX
and tangling the code.  I may need to share the document with others, so
I'd prefer not to require a supporting elisp file if I can help it.

Currently I'm using the org language, since it seems to be the most generic:

#+begin_src org :tangle foo.bar
#+end_src

Is there a case for 'begin_src text' to handle arbitrary content?

Malcolm 

-- 
               Malcolm Purvis <address@hidden>



reply via email to

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