Hi Terry,
tftor...@tftorrey.com (T.F. Torrey) writes:
> "make up2" reports these failures (and thus does not install):
>
> 6 unexpected results:
>FAILED test-org-babel/inline-src_blk-default-results-replace-line-1
>FAILED test-org-babel/inline-src_blk-results-file
>FAILED test-org-
Hello,
Bastien writes:
> Hi Terry,
>
> tftor...@tftorrey.com (T.F. Torrey) writes:
>
>> However, the new HTML exporter includes the MathJax JavaScript every
>> time, and I don't see any variable to set to suppress it.
>
> This is not the case anymore since commit 4d7f4d87.
Yes. Thank you for t
Bastien writes:
> For this one I agree completely. I will make this change.
I share the patch here to let people discuss this change a bit.
It will break again the configuration of those who take the time
to test the current HEAD (sic), so I'd rather make sure everyone
is fine with it.
Thanks
Hi Terry,
tftor...@tftorrey.com (T.F. Torrey) writes:
> However, the new HTML exporter includes the MathJax JavaScript every
> time, and I don't see any variable to set to suppress it.
This is not the case anymore since commit 4d7f4d87.
> Recent posts by Bastien suggest that maybe it is suppose
Hi T.F,
T.F. Torrey wrote:
> (Similarly, as someone else wrote, #+HTML_STYLE would be much better
> named #+HTML_HEAD, given that style is just one of the many things this
> directive might put into the head element of the html.)
I vote +1, at least if we can put anything we would put in the HTML
Hello,
Nicolas Goaziou writes:
> tftor...@tftorrey.com (T.F. Torrey) writes:
>
>> I still don't see any similar options regarding MathJax. Perhaps
>> everyone else uses MathJax, or the functionality simply hasn't been
>> implemented yet. If only the HTML export backend maintainer were still
>>
Nicolas Goaziou writes:
> Just to be sure we're not mis-communicating, a latex environment is the
> following:
>
> \begin{equation*}
> 2 + 2 = 4
> \end{equation*}
>
> This is not to be confused with a latex block, such as:
>
> #+begin_latex
> \[2 + 2 = 4\]
> #+end_latex
I made the co
Bastien writes:
> Nicolas Goaziou writes:
>
>> (org-element-map (plist-get info :parse-tree)
>> '(latex-fragment latex-environment) 'identity info t)
>
> I used this, but only checking against LaTeX fragments.
> HTML pages without LaTeX fragments will not include the
> MathJax configuratio
Hi Nicolas,
Nicolas Goaziou writes:
> (org-element-map (plist-get info :parse-tree)
> '(latex-fragment latex-environment) 'identity info t)
I used this, but only checking against LaTeX fragments.
HTML pages without LaTeX fragments will not include the
MathJax configuration.
Thanks!
--
Bastien writes:
> We need to make `org-html--build-mathjax-config' depends on whether
> there is an latex-fragment element in the parse tree. Otherwise,
> including the MathJAX config is useless.
>
> I've been looking at this this morning.
>
> Is there an org-element function to test whether an
Hi,
Nicolas Goaziou writes:
> tftor...@tftorrey.com (T.F. Torrey) writes:
>
>> I still don't see any similar options regarding MathJax. Perhaps
>> everyone else uses MathJax, or the functionality simply hasn't been
>> implemented yet. If only the HTML export backend maintainer were still
>> on
tftor...@tftorrey.com (T.F. Torrey) writes:
> I still don't see any similar options regarding MathJax. Perhaps
> everyone else uses MathJax, or the functionality simply hasn't been
> implemented yet. If only the HTML export backend maintainer were still
> on the list...
Would you mind describin
Hello,
Nicolas Goaziou writes:
> tftor...@tftorrey.com (T.F. Torrey) writes:
>
>> Now, I have these:
>>
>> #+BIND: org-html-style-include-default nil
>> #+BIND: org-html-style-include-scripts nil
>>
>> But they seem to be silently ignored, though if I setq the values ahead
>> of time, the output
Hello,
tftor...@tftorrey.com (T.F. Torrey) writes:
> In my files, this used to work to suppress the default styles and
> javascript:
>
> #+BIND: org-export-html-style-include-default nil
> #+BIND: org-export-html-style-include-scripts nil
>
> Now, I have these:
>
> #+BIND: org-html-style-include-
Hello,
In my files, this used to work to suppress the default styles and
javascript:
#+BIND: org-export-html-style-include-default nil
#+BIND: org-export-html-style-include-scripts nil
Now, I have these:
#+BIND: org-html-style-include-default nil
#+BIND: org-html-style-include-scripts nil
But
15 matches
Mail list logo