Re: [O] BIND org-html-style-include-*

2013-02-18 Thread Bastien
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-

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread T.F. Torrey
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Bastien
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Bastien
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Sebastien Vauban
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread T.F. Torrey
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 >>

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Bastien
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Nicolas Goaziou
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Bastien
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! --

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Nicolas Goaziou
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Bastien
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread Nicolas Goaziou
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

Re: [O] BIND org-html-style-include-*

2013-02-15 Thread T.F. Torrey
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

Re: [O] BIND org-html-style-include-*

2013-02-12 Thread Nicolas Goaziou
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-

[O] BIND org-html-style-include-*

2013-02-12 Thread T.F. Torrey
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