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

2014-01-30 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: 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. AFAIU you need to (require 'ob-latex) first. I never did that explicitly. But, doing

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

2014-01-30 Thread Julian Gehring
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

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

2014-01-30 Thread Bastien
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: ;; (latex . t) Yes, you need to uncomment this for the LaTeX source blocks to know what extension to use. -- Bastien

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

2014-01-30 Thread Bastien
Julian Gehring julian.gehr...@gmail.com 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

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

2014-01-29 Thread Sebastien Vauban
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

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

2014-01-29 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: 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. AFAIU you need to (require 'ob-latex) first.