Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-25 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Nicolas Goaziou writes: >>> >>> `org-html--build-mathjax-config' needs to check, in addition to parse >>> tree, cdr of all associations in (plist-get >>> info :footnote-definition-alist), and values of all parsed keywords. >> >> It seems you did not

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-25 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: >> >> `org-html--build-mathjax-config' needs to check, in addition to parse >> tree, cdr of all associations in (plist-get >> info :footnote-definition-alist), and values of all parsed keywords. > > It seems you did not do this. I will add this over the

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Rasmus
Hi, Nicolas Goaziou writes: >>> * h1 >>> foo[fn:1] >>> >>> * Footnotes >>> [fn:1] if \alpha $\beta$ \(\gamma\) >>> >>> Narrow it to h1 and export the buffer. Something like this is exported: >> >> This also does not seem to work correctly when exporting with ox-html. >> But there the problem is

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Consider the following example: >> >> * h1 >> foo[fn:1] >> >> * Footnotes >> [fn:1] if \alpha $\beta$ \(\gamma\) >> >> Narrow it to h1 and export the buffer. Something like this is exported: >> >>foo\footnote{if \alpha \beta \gamma} >

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Rasmus writes: > >> * h1 >> foo[fn:1] >> >> * Footnotes >> [fn:1] if \alpha $\beta$ \(\gamma\) >> >> Narrow it to h1 and export the buffer. Something like this is exported: > > This also does not seem to work correctly when exporting with ox-html. > But there the proble

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Rasmus writes: > >> Rasmus writes: >> >>> * h1 >>> foo[fn:1] >>> >>> * Footnotes >>> [fn:1] if \alpha $\beta$ \(\gamma\) >>> >>> Narrow it to h1 and export the buffer. Something like this is exported: [...] > Add to this that the class of p is missing when including

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Consider the following example: > > * h1 > foo[fn:1] > > * Footnotes > [fn:1] if \alpha $\beta$ \(\gamma\) > > Narrow it to h1 and export the buffer. Something like this is exported: > >foo\footnote{if \alpha \beta \gamma} > > Somehow org-export-get-footnote-definiti

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Rasmus
Rasmus writes: > Rasmus writes: > >> * h1 >> foo[fn:1] >> >> * Footnotes >> [fn:1] if \alpha $\beta$ \(\gamma\) >> >> Narrow it to h1 and export the buffer. Something like this is exported: > > This also does not seem to work correctly when exporting with ox-html. > But there the problem is tha

Re: [O] [bug, ox-latex] footnotes with math in narrowed buffer

2015-04-24 Thread Rasmus
Rasmus writes: > * h1 > foo[fn:1] > > * Footnotes > [fn:1] if \alpha $\beta$ \(\gamma\) > > Narrow it to h1 and export the buffer. Something like this is exported: This also does not seem to work correctly when exporting with ox-html. But there the problem is that the parse-tree does not recogn