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: Julian Gehring
Subject: Re: [O] [bug] Tangling a LaTeX code block creates a .latex file
Date: Thu, 30 Jan 2014 11:40:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi,

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).

Best wishes
Julian


On 01/29/2014 09:19 PM, Sebastien Vauban wrote:
Hello,

This one is quite new: tangling a code block in `latex' language now
produces a file with a `.latex' extension, instead of the common `.tex'
extension.

Example:

--8<---------------cut here---------------start------------->8---
* Letter composition

#+begin_src latex :noweb yes :tangle yes
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}

% ...
#+end_src
--8<---------------cut here---------------end--------------->8---

Best regards,
   Seb

PS- Org-mode version 8.2.5e (release_8.2.5e-111-g72ad52)






reply via email to

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