From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-odt backend use of org-export-async-start Date: Mon, 27 Mar 2017 08:34:36 +0200 Message-ID: <87r31jjkhv.fsf@nicolasgoaziou.fr> References: <2266917b-4e3d-49a4-b6e0-177066a76c1f@ofosos.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csOEl-0001JF-T0 for emacs-orgmode@gnu.org; Mon, 27 Mar 2017 02:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csOEi-00019C-Om for emacs-orgmode@gnu.org; Mon, 27 Mar 2017 02:34:43 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60914) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csOEi-000191-Ja for emacs-orgmode@gnu.org; Mon, 27 Mar 2017 02:34:40 -0400 In-Reply-To: <2266917b-4e3d-49a4-b6e0-177066a76c1f@ofosos.org> (Mark Meyer's message of "Sun, 26 Mar 2017 21:11:08 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Mark Meyer Cc: emacs-orgmode 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