From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: FW: How to load .el file during startup and execute its commands (Win7/org8) Date: Wed, 12 Mar 2014 13:08:02 -0500 Message-ID: References: <87mwgvxx8t.fsf@bzg.ath.cx> <878usfwg0t.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNnZU-0002IN-3X for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 14:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNnZT-0006C0-7v for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 14:08:04 -0400 In-Reply-To: <878usfwg0t.fsf@bzg.ath.cx> 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: Bastien Cc: M , emacs-orgmode On Wed, Mar 12, 2014 at 11:14 AM, Bastien wrote: > John Hendy writes: > >> I thought requiring org wasn't required anymore? > > Yes, it is not required, but better than (load "org"). Great -- just making sure I'm not goofing my own setup. Looks like he actually has both: #+begin_quote (require 'icicles) (require 'dired+) (require 'org) (require 'bookmark+) (load "org") #+end_quote John > > -- > Bastien