From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: running the new exporter asynchronously? Date: Wed, 28 Nov 2012 16:13:16 +0100 Message-ID: References: <87mwy197wj.fsf@gmail.com> <87y5hl264z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdjKD-000616-Ti for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 10:13:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdjK9-0006Qt-PJ for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 10:13:21 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:57808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdjK9-0006QW-IX for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 10:13:17 -0500 In-Reply-To: <87y5hl264z.fsf@gmail.com> (Eric Schulte's message of "Wed, 28 Nov 2012 06:45:16 -0700") 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 , Nicolas Goaziou Eric Schulte writes: > In the interim it, one solution which I personally like for large > projects is to offload compilation into an external batch Emacs process. > I find this not only useful for compilation while working, but if you > place all relevant config into an init.el file loaded by the batch > Emacs, this also makes it possible to share and compile the project > separate of your personal Emacs config. > > Attached is a bare-bones Makefile supporting this sort of work-flow. This is really neat, thanks a lot! I'll definitely use this for my next course. Do you use a shell to run make or do you call it directly from emacs? Alan