From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Lomov Subject: Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug? Date: Sun, 7 Apr 2013 00:32:17 +0900 Message-ID: <20130406153217.GB764@smoon> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rJwd6BRFiFCcLxzm" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOV6T-0008AK-QI for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:32:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOV6O-0007zh-CN for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:32:29 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:62924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOV6N-0007yz-Vx for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:32:24 -0400 Received: by mail-la0-f45.google.com with SMTP id fn20so799559lab.4 for ; Sat, 06 Apr 2013 08:32:22 -0700 (PDT) Content-Disposition: inline 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: General discussions about Org-mode --rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, the following simple Org document #+BEGIN_SRC org ,#+OPTIONS: LaTeX:dvipng ^:{} This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$. #+END_SRC gives me wrong HTML export, see attached html file. Emacs was started as #+BEGIN_SRC sh emacs -Q -l debug.el #+END_SRC where #+BEGIN_SRC emacs-lisp (setq load-path (cons "/usr/share/emacs/site-lisp/org" load-path)) (setq debug-on-error t) (require 'org) (require 'ox-html) #+END_SRC Does this mean that 'LaTeX:dvipng' is deprecated? Org-mode version 8.0-pre (release_8.0-pre-270-g29a75d @/usr/share/emacs/site-lisp/org/) --- WBR, Vladimir Lomov -- panic: kernel segmentation violation. core dumped (only kidding) --rJwd6BRFiFCcLxzm Content-Type: text/html; charset=utf-8 Content-Disposition: attachment; filename="ex.html" Content-Transfer-Encoding: 8bit

This is small example \(\exp^{\imath\phi}=\cos\phi+\imath\sin\phi\).

Author: Vladimir

Created: 2013-04-07 Вс 00:25

Generated by Org mode 8.0-pre in Emacs 24.3.50.1.

Validate XHTML 1.0

--rJwd6BRFiFCcLxzm-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug? Date: Sat, 06 Apr 2013 22:58:43 +0200 Message-ID: <87bo9rz88s.fsf@gmail.com> References: <20130406153217.GB764@smoon> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOaCI-0002iN-7I for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOaCG-0002eb-S1 for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:50 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:52051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOaCG-0002eR-Mw for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:48 -0400 Received: by mail-wg0-f52.google.com with SMTP id n12so4794015wgh.19 for ; Sat, 06 Apr 2013 13:58:48 -0700 (PDT) In-Reply-To: <20130406153217.GB764@smoon> (Vladimir Lomov's message of "Sun, 7 Apr 2013 00:32:17 +0900") 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: Vladimir Lomov Cc: General discussions about Org-mode Hello, Vladimir Lomov writes: > Hello, the following simple Org document > #+BEGIN_SRC org > ,#+OPTIONS: LaTeX:dvipng ^:{} > > This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$. > #+END_SRC > > gives me wrong HTML export, see attached html file. It should be #+OPTIONS: tex:dvipng Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Lomov Subject: Re: Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug? Date: Sun, 7 Apr 2013 12:24:26 +0900 Message-ID: <20130407032426.GC764@smoon> References: <20130406153217.GB764@smoon> <87bo9rz88s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOgDa-0003P1-9q for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 23:24:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOgDY-0000fm-VF for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 23:24:34 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:51299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOgDY-0000fg-Nw for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 23:24:32 -0400 Received: by mail-lb0-f170.google.com with SMTP id x11so4810979lbi.1 for ; Sat, 06 Apr 2013 20:24:31 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87bo9rz88s.fsf@gmail.com> 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: General discussions about Org-mode Hello, ** Nicolas Goaziou [2013-04-06 22:58:43 +0200]: > Hello, > Vladimir Lomov writes: >> Hello, the following simple Org document >> #+BEGIN_SRC org >> ,#+OPTIONS: LaTeX:dvipng ^:{} >> This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$. >> #+END_SRC >> gives me wrong HTML export, see attached html file. > It should be #+OPTIONS: tex:dvipng Thank you Nicolas. --- WBR, Vladimir Lomov -- The Ranger isn't gonna like it, Yogi.