From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: auto export via git hook Date: Fri, 04 Sep 2009 07:53:14 -0400 Message-ID: <8492.1252065194@gamaville.dokosmarshall.org> References: <29003.1251986696@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjXNw-0007Mi-5g for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:55:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjXNo-0007Kz-Mo for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:55:17 -0400 Received: from [199.232.76.173] (port=54172 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjXNo-0007Kl-1S for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:55:12 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:63236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjXNn-0007tf-LX for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:55:11 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KPG00JC83ONZN06@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:53:11 -0500 (CDT) In-reply-to: Message from andrea crotti of "Fri, 04 Sep 2009 13:28:16 +0200." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: andrea crotti Cc: emacs-orgmode@gnu.org andrea crotti wrote: > > But I also suspect that init.el is not loaded, it's too fast... > any help? > Add (message "init.el loaded") at the end of init.el - it should appear on stdout. Nick