From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Generating LaTeX SRC block during HTML export broken in 9.0.1 Date: Fri, 25 Nov 2016 12:23:44 +0100 Message-ID: <87ziknzttr.fsf@nicolasgoaziou.fr> References: <8760nfkj0c.fsf@univ-amu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAEbe-0001gp-G4 for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 06:23:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAEbZ-0001FU-B6 for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 06:23:50 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:56450) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAEbZ-0001EW-52 for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 06:23:45 -0500 In-Reply-To: <8760nfkj0c.fsf@univ-amu.fr> (=?utf-8?Q?=22=C3=89ric_W=C3=BCr?= =?utf-8?Q?bel=22's?= message of "Tue, 22 Nov 2016 09:37:23 +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" To: =?utf-8?B?w4lyaWMgV8O8cmJlbA==?= Cc: Orgmode list Hello, =C3=89ric W=C3=BCrbel writes: > 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 -geometr= y 1200=20 > #+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 prod= uced. See "*Org PDF LaTeX Output*" for details Fixed. Thank you. Regards, --=20 Nicolas Goaziou