From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in `org-export-string-as' when org-html-with-latex is set to dvipng Date: Tue, 14 May 2013 19:11:26 +0200 Message-ID: <87ehd98p1d.fsf@gmail.com> References: <874ne5vgto.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcIl9-0007aq-GQ for emacs-orgmode@gnu.org; Tue, 14 May 2013 13:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcIl3-0004zJ-Vz for emacs-orgmode@gnu.org; Tue, 14 May 2013 13:11:31 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:36831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcIl3-0004z9-QW for emacs-orgmode@gnu.org; Tue, 14 May 2013 13:11:25 -0400 Received: by mail-we0-f182.google.com with SMTP id t60so730383wes.27 for ; Tue, 14 May 2013 10:11:25 -0700 (PDT) In-Reply-To: <874ne5vgto.fsf@gmail.com> (Eric Schulte's message of "Tue, 14 May 2013 07:20:19 -0600") 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: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > Evaluate the following to exercise the bug. > > ;; -*- emacs-lisp -*- > (let ((org-html-with-latex 'dvipng)) > (org-export-string-as > "\\begin{equation}\n\\frac{Eric}{Schulte}\n\\end{equation}\n" 'html t)) > > This functionality is required to port org-mime to the new exporting > backend. Thank you for the report. I pushed a fix for that in maint. Does it now behave as expected? Regards, -- Nicolas Goaziou