From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [ANN] Asynchronous export for new exporter Date: Thu, 13 Dec 2012 15:57:10 +0100 Message-ID: <87mwxic855.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjAHv-0003vY-2g for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 10:01:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjAHq-000363-JV for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 10:01:27 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:52112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjAHq-00035s-DH for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 10:01:22 -0500 Received: by mail-wg0-f41.google.com with SMTP id ds1so2363194wgb.0 for ; Thu, 13 Dec 2012 07:01:21 -0800 (PST) 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: Org Mode List 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. Feedback welcome. Regards, -- Nicolas Goaziou