Hello, Mark Meyer <m...@ofosos.org> 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