Re: [O] ox-odt backend use of org-export-async-start

2017-03-27 Thread Nicolas Goaziou
Hello,

Mark Meyer  writes:

> I'm presently looking through ox-odt/org-odt-export-to-odt. I uses a
> quasiquote to include a parameter in the anonymous function that is then
> passed to org-export-async-start. Is there any reason to do this? I
> would assume with lexical variables this would be superflouus.

Simple: `org-export-async-start' was written before lexical binding was
introduced in Org.

Regards,

-- 
Nicolas Goaziou



[O] ox-odt backend use of org-export-async-start

2017-03-26 Thread Mark Meyer
Hi,
I'm presently looking through ox-odt/org-odt-export-to-odt. I uses a
quasiquote to include a parameter in the anonymous function that is then
passed to org-export-async-start. Is there any reason to do this? I
would assume with lexical variables this would be superflouus.

Cheers, Mark
-- 
  Mark Meyer
  m...@ofosos.org