> Hello,
> Uwe Brauer writes:
> "org-mime.el" hard-codes it at line 379:
> https://github.com/org-mime/org-mime/blob/master/org-mime.el#L379
Ah ok, thanks
> You may want to report it upstream.
I did.
Regards
Uwe
Hello,
Uwe Brauer 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{alig