From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Patch for asynchronous export of ocaml code Date: Tue, 07 May 2013 14:18:54 +0200 Message-ID: References: <87vc6wxeqw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZgrG-0004KQ-Lp for emacs-orgmode@gnu.org; Tue, 07 May 2013 08:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZgrC-0006KG-3L for emacs-orgmode@gnu.org; Tue, 07 May 2013 08:19:02 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:34121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZgrB-0006Jy-TN for emacs-orgmode@gnu.org; Tue, 07 May 2013 08:18:58 -0400 In-reply-to: <87vc6wxeqw.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: Eric Schulte Cc: "emacs-orgmode@gnu.org" Hello, I just applied a small bugfix for this: it seems that the first time the toplevel is started, something is mixed up in the buffers and the first exported result end up in the toplevel buffer instead of the export buffer. I put back the `save-window-excursion' around the code that starts the toplevel to correct this. Please let me know if it's again the custom to apply such tiny patch without discussing it first on the list. Best, Alan