Richard Stanton wrote:
> In my init.el, I have
>
> (setq org-latex-to-pdf-process
> '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o
> %f"
> "pdflatex -shell-escape -interaction nonstopmode -output-directory %o
> %f"
> "pdflatex -shell-escape -inte
; -Original Message-
> From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com]
> Sent: Monday, May 28, 2012 7:08 AM
> To: Richard Stanton
> Cc: Puneeth Chaganti; emacs-orgmode@gnu.org
> Subject: Re: [O] Blank equation when exported to HTML using dvipng
>
> Richard Stanto
Richard Stanton wrote:
> ...
>
> So now I can see what the problem is, but how do I tell org-mode to
> call latex with the -shell-escape flag?
>
You can customize org-latex-to-pdf-process (or
org-e-latex-pdf-process[fn:1] if you are using the new exporter). In my
case, I have
,
| org-late
> From: Puneeth Chaganti [mailto:puncha...@gmail.com]
> Sent: Sunday, May 27, 2012 10:48 PM
> To: Richard Stanton
> Subject: Re: [O] Blank equation when exported to HTML using dvipng
>
> On Mon, May 28, 2012 at 11:13 AM, Richard Stanton
> wrote:
> > He
Here's a very simple ORG file:
#+OPTIONS: LaTeX:dvipng
* Test file
\begin{equation}
x=\sqrt{b}
\end{equation}
--
When I export this to HTML (Org-mode version 7.8.11 (release_7.8.11-12-gc55405
@ c:/emacs/site-lisp/org-mode/lisp/)), the equation comes out blank.
The HTML f