From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Meyer Subject: ox-odt backend use of org-export-async-start Date: Sun, 26 Mar 2017 21:11:08 +0200 Message-ID: <2266917b-4e3d-49a4-b6e0-177066a76c1f@ofosos.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csDZM-0002ea-Cy for emacs-orgmode@gnu.org; Sun, 26 Mar 2017 15:11:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csDZH-0006Et-Gf for emacs-orgmode@gnu.org; Sun, 26 Mar 2017 15:11:16 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45972) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csDZH-0006E2-Au for emacs-orgmode@gnu.org; Sun, 26 Mar 2017 15:11:11 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8C2D220B20 for ; Sun, 26 Mar 2017 15:11:09 -0400 (EDT) Received: from [192.168.13.178] (x4e334d0c.dyn.telefonica.de [78.51.77.12]) by mail.messagingengine.com (Postfix) with ESMTPA id 278E2242B6 for ; Sun, 26 Mar 2017 15:11:09 -0400 (EDT) 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: 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