From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox, patch] external compilation Date: Fri, 20 Feb 2015 18:34:35 +0100 Message-ID: <874mqg32s4.fsf@nicolasgoaziou.fr> References: <87wq3e5e23.fsf@gmx.us> <873860vl9l.fsf@gmx.us> <878ufs36oh.fsf@nicolasgoaziou.fr> <878ufssg8r.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrSE-0004gX-Kr for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 12:33:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOrSB-0001Aw-C6 for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 12:33:30 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:48872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrSB-0001An-7C for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 12:33:27 -0500 In-Reply-To: <878ufssg8r.fsf@gmx.us> (rasmus@gmx.us's message of "Fri, 20 Feb 2015 17:24:36 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: >> Can't you simply set-up a publishing project? > > No this has the same issue as the Makefile. "It's not as easy as latex". Setting up a publishing project is easy and well documented. > I want *one* coherent file with all the necessary instructions, that can > be edited in different program from Emacs, and be easily compiled. > > E.g. I wrote syntax highlight for Org in texworks, but I also want to make > the "green button" work easily as latex without too many ugly hacks. Isn't a file local variable enough then? Also, what about the (let ((org-export-async-init-file ...))) suggested earlier? Regards,