emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-odt backend use of org-export-async-start
@ 2017-03-26 19:11 Mark Meyer
  2017-03-27  6:34 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Meyer @ 2017-03-26 19:11 UTC (permalink / raw)
  To: emacs-orgmode

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
  mark@ofosos.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ox-odt backend use of org-export-async-start
  2017-03-26 19:11 ox-odt backend use of org-export-async-start Mark Meyer
@ 2017-03-27  6:34 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-03-27  6:34 UTC (permalink / raw)
  To: Mark Meyer; +Cc: emacs-orgmode

Hello,

Mark Meyer <mark@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-27  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-26 19:11 ox-odt backend use of org-export-async-start Mark Meyer
2017-03-27  6:34 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).