Re: [O] Problem with org-html-format-latex

2013-02-12 Thread Vincent Beffara
Hi, > > (let ((cache-relpath "") (cache-dir "") bfn) > > Mhh... okay. Now should be good. Yep, thanks! > Thanks for your patience. No thanks needed, nor patience either for that matter, you and the other devs are the ones who should be thanked ... /v > > -- > Bastien

Re: [O] Problem with org-html-format-latex

2013-02-11 Thread Bastien
Vincent Beffara writes: >> > so simply testing >> > on the value of processing-type would work better, maybe? >> >> Yes, should be okay now, let me know! > > Nope, exactly the same. cache-relpath and cache-dir are not allowed to be > nil. Meaning that if processing-type is 'mathjax they should b

Re: [O] Problem with org-html-format-latex

2013-02-11 Thread Vincent Beffara
> > so simply testing > > on the value of processing-type would work better, maybe? > > Yes, should be okay now, let me know! Nope, exactly the same. cache-relpath and cache-dir are not allowed to be nil. Meaning that if processing-type is 'mathjax they should be set to _some_ string anyway (th

Re: [O] Problem with org-html-format-latex

2013-02-11 Thread Bastien
Vincent Beffara writes: > so simply testing > on the value of processing-type would work better, maybe? Yes, should be okay now, let me know! -- Bastien

Re: [O] Problem with org-html-format-latex

2013-02-10 Thread Vincent Beffara
> > thanks for reporting this and for the patch, I've push > > a slightly different fix. Please test and let me know. > > Sounds good to me, thanks! ... well it did sound good to me, but it still fails. Put this in *scratch*, (org-html-format-latex "x" 'mathjax) and C-x C-e. Within org-format-

Re: [O] Problem with org-html-format-latex

2013-02-10 Thread Vincent Beffara
> thanks for reporting this and for the patch, I've push > a slightly different fix. Please test and let me know. Sounds good to me, thanks! /v > > Best, > > -- > Bastien

Re: [O] Problem with org-html-format-latex

2013-02-08 Thread Bastien
Hi Vincent, Vincent Beffara writes: > Cleaner patch uses ignore-errors, that's simpler... thanks for reporting this and for the patch, I've push a slightly different fix. Please test and let me know. Best, -- Bastien

[O] Problem with org-html-format-latex

2013-02-07 Thread Vincent Beffara
Hi, Trying out the new exporter and hoping to have it work with o-blog ... A bug occurs with org-html-format-latex (in ox-html.el) when called from a non-file buffer. In the context of o-blog, it gets called as (org-html-format-latex "$x$" 'mathjax) but still tries to bind some ltxpng related

Re: [O] Problem with org-html-format-latex

2013-02-07 Thread Vincent Beffara
Hi again, > A bug occurs with org-html-format-latex (in ox-html.el) when called from a > non-file buffer. In the context of o-blog, it gets called as > (org-html-format-latex "$x$" 'mathjax) but still tries to bind some ltxpng > related support. This ends up calling file-name-sans-extension to