emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [bug] Tangling a LaTeX code block creates a .latex file


From: Bastien
Subject: Re: [O] [bug] Tangling a LaTeX code block creates a .latex file
Date: Thu, 30 Jan 2014 11:43:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Julian Gehring <address@hidden> 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



reply via email to

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