From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: bug in `org-export-string-as' when org-html-with-latex is set to dvipng Date: Wed, 15 May 2013 12:52:27 -0600 Message-ID: <878v3gqdjv.fsf@gmail.com> References: <874ne5vgto.fsf@gmail.com> <87ehd98p1d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucgqi-0001ZM-Pn for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:54:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ucgqh-0004Hi-GF for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:54:52 -0400 Received: from mail-da0-x230.google.com ([2607:f8b0:400e:c00::230]:52704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucgqh-0004Hb-8h for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:54:51 -0400 Received: by mail-da0-f48.google.com with SMTP id h32so1146038dak.21 for ; Wed, 15 May 2013 11:54:50 -0700 (PDT) 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: Nicolas Goaziou Cc: Org Mode Mailing List , Eric Schulte Nicolas Goaziou writes: > 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? > Indeed this does now work. Thanks for the quick fix. > > > Regards, -- Eric Schulte http://cs.unm.edu/~eschulte