From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Using Eric Schulte's starter kit with org mode from source Date: Wed, 24 Apr 2013 11:51:13 -0600 Message-ID: <87bo93keb2.fsf@gmail.com> References: <87y5ca67ra.fsf@gmail.com> <878v49mgew.fsf@gmail.com> <87a9ookkxn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV3qe-0001xw-Bh for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 13:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV3qY-0005yL-LZ for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 13:51:16 -0400 Received: from mail-da0-x22e.google.com ([2607:f8b0:400e:c00::22e]:60283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV3qY-0005y7-F3 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 13:51:10 -0400 Received: by mail-da0-f46.google.com with SMTP id x4so454861daj.5 for ; Wed, 24 Apr 2013 10:51:09 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Wed, 24 Apr 2013 19:31:45 +0200") 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: Alan Schmitt Cc: emacs-orgmode , Eric Schulte > > I've turned on the debugger, and there is something that I find a bit > strange. Here are the last few lines. > > ,---- > | load("/var/folders/68/fvntfrw92y50gkk_67rkhsfw0000gn/T/org-export-process77683E90" nil t) > | command-line-1(("-l" "/Users/schmitta/.emacs.d/init.el" "-l" "/var/folders/68/fvntfrw92y50gkk_67rkhsfw0000gn/T/org-export-process77683E90")) > | command-line() > | normal-top-level() > `---- > > Why is it loading the second file first? Shouldn't it load init.el > first? Is it because of the "after-init-hook"? > Yes, the starter kit waits to load on the after-init-hook so that the Emacs package system will be fully loaded. That is why the other file you load on the command line is loaded first. -- Eric Schulte http://cs.unm.edu/~eschulte