From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Asynchronous export for new exporter Date: Fri, 14 Dec 2012 20:43:30 +0100 Message-ID: <87mwxgfmhp.fsf@gmail.com> References: <87mwxic855.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjbEW-0003vK-BG for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 14:47:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjbES-0007dQ-DR for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 14:47:44 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:58151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjbES-0007dL-76 for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 14:47:40 -0500 Received: by mail-we0-f169.google.com with SMTP id t49so1777243wey.0 for ; Fri, 14 Dec 2012 11:47:39 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Thu, 13 Dec 2012 09:13:44 -1000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Org Mode List tsd@tsdye.com (Thomas S. Dye) writes: > Move point to the result and press 'd'. Or 'C' to clear them all. > I tangle the initialization file from my document. Can you show me how > to configure asynchronous export to run org-babel-tangle-file before > export to insure that the initialization file is always up-to-date? You could try to add a function to `org-export-before-processing-hook' which would tangle your file and load it. Regards, -- Nicolas Goaziou