From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Better way to specify the latex documentclass of an exported file without changing my configuration? Date: Wed, 26 Mar 2014 23:03:58 +0100 Message-ID: References: <87ob0tjorv.fsf@news.tumashu-localhost.org> <8661n1w2w9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSvvy-0004Ij-Oj for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 18:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSvvs-0007OY-UC for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 18:04:30 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:56099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSvvs-0007OB-Op for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 18:04:24 -0400 In-Reply-To: (Thomas S. Dye's message of "Wed, 26 Mar 2014 08:46:18 -1000") 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: "Thomas S. Dye" Cc: Fabrice Niessen , emacs-orgmode@gnu.org Hello Tom, tsd@tsdye.com (Thomas S. Dye) writes: > Alan Schmitt writes: > >> I usually export in offline mode, so I can keep editing while the export >> is going on. > > If you and your colleagues export asynchronously, then the document > class (and other environment changes) can be placed in an initialization > file for the asynchronous process. > > An approach that I'm exploring tangles this initialization file from > code that is kept in a noexport section of the document. See > http://orgmode.org/worg/exporters/plos-one-template-worg.html for an > example that likely can be improved. This would clearly make our export process more robust and reproducible. Thanks a lot for the link, I'll look into it. Alan