From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [ANN] Asynchronous export for new exporter Date: Thu, 13 Dec 2012 18:38:52 +0100 Message-ID: References: <87mwxic855.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjCkM-0002AX-0U for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 12:39:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjCkJ-0007VG-KN for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 12:38:57 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:16549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjCkJ-0007Uw-E1 for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 12:38:55 -0500 In-reply-to: <87mwxic855.fsf@gmail.com> 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: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: > Hello, > > New (experimental) exporter has now support for asynchronous export. > Every type of export is supported (subtree, to a buffer, visible part > only...). > > When produced, results are listed in the Export Stack (they will never > make a buffer pop or call an external application). The stack can be > accessed from the dispatcher interface, by calling dispatcher with > a double C-u argument, or directly with `org-export-stack'. > > From there, output results can be viewed or removed from the stack. > Removing a result from the stack only removes it from view. No file is > deleted, no buffer is killed. > > You may want to tweak `org-export-in-background' and > `org-export-async-init-file'. You can also toggle > `org-export-async-debug' for debugging purposes. This works great! I took the presentation I was building, set `org-export-in-background' to `t', and I could go and edit some mail while it was compiling. Thanks a lot, this will be most useful! Alan