emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug?
@ 2013-04-06 15:32 Vladimir Lomov
  2013-04-06 20:58 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Lomov @ 2013-04-06 15:32 UTC (permalink / raw)
  To: General discussions about Org-mode

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

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)

[-- Attachment #2: ex.html --]
[-- Type: text/html, Size: 6632 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug?
  2013-04-06 15:32 Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug? Vladimir Lomov
@ 2013-04-06 20:58 ` Nicolas Goaziou
  2013-04-07  3:24   ` Vladimir Lomov
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-04-06 20:58 UTC (permalink / raw)
  To: Vladimir Lomov; +Cc: General discussions about Org-mode

Hello,

Vladimir Lomov <lomov.vl@gmail.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug?
  2013-04-06 20:58 ` Nicolas Goaziou
@ 2013-04-07  3:24   ` Vladimir Lomov
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Lomov @ 2013-04-07  3:24 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: General discussions about Org-mode

Hello,
** Nicolas Goaziou [2013-04-06 22:58:43 +0200]:

> Hello,

> Vladimir Lomov <lomov.vl@gmail.com> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-07  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-06 15:32 Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug? Vladimir Lomov
2013-04-06 20:58 ` Nicolas Goaziou
2013-04-07  3:24   ` Vladimir Lomov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).