From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: bug in `org-export-string-as' when org-html-with-latex is set to dvipng Date: Tue, 14 May 2013 07:20:19 -0600 Message-ID: <874ne5vgto.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcF9k-0002eS-R2 for emacs-orgmode@gnu.org; Tue, 14 May 2013 09:20:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcF9j-0007qo-3c for emacs-orgmode@gnu.org; Tue, 14 May 2013 09:20:40 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:37494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcF9i-0007qV-UD for emacs-orgmode@gnu.org; Tue, 14 May 2013 09:20:39 -0400 Received: by mail-pd0-f177.google.com with SMTP id g10so420847pdj.8 for ; Tue, 14 May 2013 06:20:38 -0700 (PDT) Received: from bagel (c-174-56-50-60.hsd1.nm.comcast.net. [174.56.50.60]) by mx.google.com with ESMTPSA id qb1sm18245923pbb.33.2013.05.14.06.20.36 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 14 May 2013 06:20:37 -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: Org Mode Mailing List 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. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte