From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: FW: How to load .el file during startup and execute its commands (Win7/org8) Date: Sat, 15 Mar 2014 07:35:55 +0000 (UTC) Message-ID: References: <87mwgvxx8t.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOjCY-0000Uy-Gq for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 03:40:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOjCR-0006TR-4t for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 03:40:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:33383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOjCQ-0006TJ-Uk for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 03:40:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WOjCP-000548-Ly for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 08:40:05 +0100 Received: from p5B2DB3C5.dip0.t-ipconnect.de ([91.45.179.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2014 08:40:05 +0100 Received: from elwood151 by p5B2DB3C5.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2014 08:40:05 +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: emacs-orgmode@gnu.org Bastien gnu.org> writes: > > (load "org") > > Replace this with (require 'org) > > And make sure (1) you have been running ~$ make (or ~$ make autoloads) > in your Org directory. Hi Bastien, thanks a lot, I'll also change this, however the 2 real sources of the problem seemed to be the following: 1) I had the load command for the .el file in the middle of my .emacs (not in the end) and then some agenda settings were overwritten by ,emacs again later. 2) the evaluation of my .emacs was interrupted somewhere in the middle due to permissions problems with the .emacs.d directory ... Kind regards Martin