From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: problem exporting latex fragments to html: Debian's dvipng 1.12-1 is buggy Date: Tue, 02 Feb 2010 13:57:21 +0000 Message-ID: <874olz3flq.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcJG9-0008H2-Dd for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 08:57:41 -0500 Received: from [199.232.76.173] (port=52036 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcJG7-0008Fj-U2 for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 08:57:39 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcJG6-0005UE-7x for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 08:57:39 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:58334) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NcJG5-0005S4-RY for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 08:57:38 -0500 Received: from 79-74-92-25.dynamic.dsl.as9105.com ([79.74.92.25] helo=esf.ucl.ac.uk) by vscane-b.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.60) (envelope-from ) id 1NcJFw-0004PQ-FR for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 13:57:28 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hi, I'm obviously having a bad two days with org-mode but, this time, I've actually solved the problem myself. I thought I would highlight the issue in case anybody else runs into this. Short summary: exporting org files with latex fragments to HTML failed to create the images. I tracked the problem down to dvipng failing (memory reference problems). My system is Debian with a mixture of testing and unstable (yes, this will do it to you every time!). In any case, version 1.12-1 of dvipng seems to have problems; the latest in testing is 1.12-3 and this one works. However, I thought I would bring up a minor point: the failure to create images was not obvious; I had to resort to going through my *Messages* buffer. I then tried toggling debug on error to see why the image creation was failing but this had no effect as an error condition is not raised; this begs the question: should an error condition be raised when an image creation fails? Thanks, eric