emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] (setq org-html-with-latex nil) is ignored


From: Nicolas Goaziou
Subject: Re: [O] (setq org-html-with-latex nil) is ignored
Date: Sat, 04 Nov 2017 22:26:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Uwe Brauer <address@hidden> writes:

> Hi I want to sent the following message
>
> * Matlab code
> f=@(t,y)[-t*y^2];
> [t,y]=ode45(f,[0 1],1);
> t=[t(1),t(end)];
> y=[y(1),y(end)];
> disp('\begin{align*}')
> fprintf('t = [%g  \\quad %g]  \\\\\n', t)
> fprintf('y = [%g  \\qquad %g] \n', y)
> disp('\end{align*}')
>
>
> And I want to run org-mime-htmlize. When I do this the function
> complains about the incorrect latex syntax. So I set
> (setq org-html-with-latex nil),
> either like this or with customize-option
> I even check that it is indeed nil, run again
> org-mime-htmlize.
>
> But then I obtain the *same error* and now the variable is,
> magically, set to dvipng!!!!
>
>
> What the heck is going on?

"org-mime.el" hard-codes it at line 379:

  https://github.com/org-mime/org-mime/blob/master/org-mime.el#L379

You may want to report it upstream.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]