From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Tangling a LaTeX code block creates a .latex file Date: Thu, 30 Jan 2014 11:43:04 +0100 Message-ID: <87mwid92dj.fsf@bzg.ath.cx> References: <86mwiek0cf.fsf@somewhere.org> <52EA2C20.3090602@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8p5a-0005Hs-9S for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:43:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8p5Q-0005Gg-6W for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:43:18 -0500 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:55837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8p5P-0005GL-W6 for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:43:08 -0500 Received: by mail-ee0-f44.google.com with SMTP id c13so1510301eek.3 for ; Thu, 30 Jan 2014 02:43:06 -0800 (PST) In-Reply-To: <52EA2C20.3090602@gmail.com> (Julian Gehring's message of "Thu, 30 Jan 2014 11:40:32 +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: Julian Gehring Cc: emacs-orgmode@gnu.org Julian Gehring writes: > This seems to be more general, since it also occurs for e.g. python > source blocks. Tangling a python source code block with the argument > =:tangle yes= produces a '.python' instead of a '.py' file (at least > with 8.2.5c). You need something like this: (org-babel-do-load-languages 'org-babel-load-languages '((python . t))) I didn't check if this was documented carefully. If it is not, please send a bug report. Thanks! -- Bastien