Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Malcolm Purvis
Ista == Ista Zahn istaz...@gmail.com writes: Ista Exporting and tangling don't require any language support. Ista #+begin_src foobarbas :tangle foo.bar Ista +end_src Ista is perfectly fine and will export and tangle just fine. Or did I Ista misunderstand your question? Thanks, I wasn't aware

Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Ista Zahn
On Wed, Oct 1, 2014 at 3:10 AM, Malcolm Purvis malc...@purvis.id.au wrote: Ista == Ista Zahn istaz...@gmail.com writes: Ista Exporting and tangling don't require any language support. Ista #+begin_src foobarbas :tangle foo.bar Ista +end_src Ista is perfectly fine and will export and tangle

[O] Tangling and Exporting an Unsupported Language.

2014-09-29 Thread Malcolm Purvis
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

Re: [O] Tangling and Exporting an Unsupported Language.

2014-09-29 Thread Ista Zahn
Exporting and tangling don't require any language support. #+begin_src foobarbas :tangle foo.bar #+end_src is perfectly fine and will export and tangle just fine. Or did I misunderstand your question? Best, Ista On Mon, Sep 29, 2014 at 2:53 AM, Malcolm Purvis malc...@purvis.id.au wrote: All,