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
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
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
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
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