From mboxrd@z Thu Jan 1 00:00:00 1970 From: Malcolm Purvis Subject: Re: Tangling and Exporting an Unsupported Language. Date: Wed, 01 Oct 2014 17:10:24 +1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZE3Y-0004N8-TY for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 03:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZE3S-0002LX-W7 for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 03:10:36 -0400 Received: from mail110.syd.optusnet.com.au ([211.29.132.97]:41551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZE3S-0002Jt-8V for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 03:10:30 -0400 Received: from purvis.id.au (c110-20-44-66.rivrw8.nsw.optusnet.com.au [110.20.44.66]) by mail110.syd.optusnet.com.au (Postfix) with ESMTP id D553F781C95 for ; Wed, 1 Oct 2014 17:10:25 +1000 (EST) In-Reply-To: (Ista Zahn's message of "Mon, 29 Sep 2014 15:22:13 -0400") 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: emacs-orgmode@gnu.org >>>>> "Ista" == Ista Zahn 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 that you could put an arbitrary string as the language. I also found that I had org-latex-listings set to t, which was making LaTeX error because it didn't know about the languages I was trying. I've now switched the using the minted LaTeX package, which supports 'text' as a language, and have started using that. Thanks for your help. Malcolm -- Malcolm Purvis