From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?w4lyaWMgV8O8cmJlbA==?= Subject: Generating LaTeX SRC block during HTML export broken in 9.0.1 Date: Tue, 22 Nov 2016 09:37:23 +0100 Message-ID: <8760nfkj0c.fsf@univ-amu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c96a3-0002Yp-GE for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 03:37:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c96a0-0005co-DG for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 03:37:31 -0500 Received: from amu-stj-out2.univ-amu.fr ([139.124.244.207]:30763) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1c96a0-0005Zm-1u for emacs-orgmode@gnu.org; Tue, 22 Nov 2016 03:37:28 -0500 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" To: Orgmode list This was working in 9.0, but is not working anymore. Consider the following_example : #+BEGIN_SRC org #+TITLE LaTeX export minimal test * Let's go A really interresting algorithm : #+header: :headers '( "\\renewcommand{\\familydefault}{\\sfdefault}" "\\usepackage{lmodern}" "\\usepackage{algpseudocode}" ) #+header: :file algo.png #+header: :imagemagick yes :fit yes #+header: :results raw :iminoptions -density 600 :imoutoptions -geometry 1200 #+BEGIN_SRC latex \begin{algorithmic}[1] \Function{triSauvegarde}{nom\_fichier : String} \State tab $\gets$ \Call{copie}{leContenu} \State \Call{trier}{tab} \State \Call{sauvegarder}{nom\_fichier} \EndAlgorithm \end{algorithmic} #+END_SRC #+END_SRC When exporting to html file (C-x C-e h h) org complains : org-babel-exp process latex at position 358... executing Latex code block... Processing LaTeX file /tmp/babel-6122X0-/latex-6122U9y.tex... org-compile-file: File "/tmp/babel-6122X0-/latex-6122U9y.pdf" wasn't produced. See "*Org PDF LaTeX Output*" for details And then : 1. *Org PDF LaTeX Output* contains no error at all 2. an output pdf file is generated 3. the png file ins not produced. 4. temporary files pollute the current directory Regards Eric -- Éric Würbel http://eric.wurbel.perso.luminy.univ-amu.fr/ Enseignement: IUT R&T, directeur des études 1A Recherche: LSIS, UMR7296 http://www.lsis.org/