Re: [O] ox-html, top-row-p

2015-12-15 Thread Fabrice Popineau
2015-12-15 0:20 GMT+01:00 Nicolas Goaziou : > Fabrice Popineau writes: > > > I am not fond of eval at all, at least not in this specific case. > > So yes, your way is at least as good as what I did. > > Fine. Would you want to provide a patch along these lines? It may > require an entry in ORG-NE

Re: [O] ox-html, top-row-p

2015-12-14 Thread Nicolas Goaziou
Fabrice Popineau writes: > I am not fond of eval at all, at least not in this specific case. > So yes, your way is at least as good as what I did. Fine. Would you want to provide a patch along these lines? It may require an entry in ORG-NEWS. -- Nicolas

Re: [O] ox-html, top-row-p

2015-12-14 Thread Fabrice Popineau
2015-12-14 23:49 GMT+01:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > So the problem is due to lexical binding (I am using emacs 25 devel > branch). > > The following variables can't be dynamically bound anymore in ox-html: > > row-number, rowgroup-number, start-rowgroup-p, end

Re: [O] ox-html, top-row-p

2015-12-14 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > So the problem is due to lexical binding (I am using emacs 25 devel branch). > The following variables can't be dynamically bound anymore in ox-html: > row-number, rowgroup-number, start-rowgroup-p, end-rowgroup-p, > top-row-p, bottom-row-p > . > There are 2 opt

Re: [O] ox-html, top-row-p

2015-12-13 Thread Fabrice Popineau
Hi, So the problem is due to lexical binding (I am using emacs 25 devel branch). The following variables can't be dynamically bound anymore in ox-html: row-number, rowgroup-number, start-rowgroup-p, end-rowgroup-p, top-row-p, bottom-row-p . There are 2 options : - declare them with defvar - pass t