From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-mime-htmlize and org-preview-latex-fragment Date: Tue, 27 Mar 2012 11:57:17 +0200 Message-ID: <874nta9xj6.fsf@gilgamesch.quim.ucm.es> References: <87vclwe04f.fsf@mat.ucm.es> <87limsdzrl.fsf@mat.ucm.es> <878vinr2mg.fsf@gmx.com> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCT9k-0008MY-9p for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 05:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCT9i-00074y-DJ for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 05:57:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:39820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCT9i-00074b-6I for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 05:57:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCT9d-0004Uh-FU for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 11:57:29 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 11:57:29 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 11:57:29 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> On Mon, 26 Mar 2012 07:31:19 -0400, Eric Schulte >> wrote: > Uwe Brauer writes: >> > This functionality certainly used to work (and was one of my main > reasons for using org-mime-htmlize). There is a new error in the > `org-export-string' function when `org-export-with-LaTeX-fragments' is > set to "dvipng" which is causing export to fail. To exercise this bug > run the following elisp snippet. > (let ((org-export-with-LaTeX-fragments "dvipng")) > (org-export-string "A fraction $\\frac{1}{2}$." 'html "/tmp/")) > Which throws the following error. > org-format-latex: Unknown conversion type nil for latex fragments > Once this bug is fixed the use of LaTeX to generated inline images with > Org-mime should work once again. I confirm this error for Xemacs 21.5.31. Is this bug already being reported and registered? Thanks Uwe