From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Using Eric Schulte's starter kit with org mode from source Date: Fri, 26 Apr 2013 10:02:11 +0200 Message-ID: References: <87y5ca67ra.fsf@gmail.com> <878v49mgew.fsf@gmail.com> <87a9ookkxn.fsf@gmail.com> <87bo93keb2.fsf@gmail.com> <8738ufkcql.fsf@gmail.com> <87mwsmk4rf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVdbh-0003F6-R0 for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 04:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVdbg-00025f-Ge for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 04:02:13 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:36473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVdbg-00021p-Ar for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 04:02:12 -0400 In-reply-to: <87mwsmk4rf.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 , "Thomas S. Dye" Eric Schulte writes: >> As I don't install org from elpa, I removed the after-init-hook part (so >> I load the starter kit immediately), and everything now works. > > With my latest push to the starter kit you can now simply set the > ORG_HOME environment variable instead of modifying that file locally. > But it's largely a matter of taste at that point as both options are > functionally identical. Thanks a lot, but I would still need to load the relevant exporters (by putting them in some configuration file, or evaluated in the exported file itself). I find it simpler to have my whole configuration loaded before the export happens. Alan