From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: From latest maint/master, no need to (require 'org-install) Date: Fri, 05 Oct 2012 09:59:01 +0200 Message-ID: <506E9345.2090908@gmail.com> References: <87boglvwur.fsf@bzg.ath.cx> <87sj9vj4a1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK2ol-00018X-3s for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 03:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK2oe-0000BT-S8 for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 03:59:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:35532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK2oe-0000AX-LB for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 03:59:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TK2oh-0001Fv-6D for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 09:59:27 +0200 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 09:59:27 +0200 Received: from R.M.Krug by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 09:59:27 +0200 In-Reply-To: <87sj9vj4a1.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 Cc: emacs-orgmode@gnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/10/12 11:25, Bastien wrote: > Hi all again, > > Bastien writes: > >> there is no need to (require 'org-install) anymore from the maint and master branches. > > ... and you should actually remove (require 'org-install) from your configuration, since this > file is not automatically created anymore. OK - now I am getting slightly confused again. Could you please give some example configuration code? For example, in my case, I am using org mode from git, I am using the script posted above in the thread to update org-mode git: #!/bin/sh cd ~/.emacs.d/org-mode-git/org-mode git checkout master git fetch --tags origin # git clone git://repo.or.cz/org-mode.git git pull git gc git checkout master make clean make make autoloads make doc make info # make install in my .emacs.d/init.el I have: ;; Load up Org Mode and Org Babel for elisp embedded in Org Mode files (add-to-list 'load-path "~/.emacs.d/org-mode/lisp") (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp") ;; load up Org-mode and Org-babel (require 'org-install) ;; load up the main file (org-babel-load-file "~/.emacs.d/emacs.org") And i my emacs.org, I have at the beginning: * ELPA settings #+begin_src emacs-lisp ;; set package-load-list -- default is all (setq package-archives '( ("ELPA" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("suco" . "http://joseito.republika.pl/sunrise-commander/") ("marmalade" . "http://marmalade-repo.org/packages/") ) ) (package-initialize) #+end_src Later on, I have some customizations. So do I have to change something? What should I do with the (require 'org-install)? Rainer > > Thanks, > From: Rainer@krugs.de (Rainer M. Krug) Date: Fri, 05 Oct 2012 09:57:30 +0200 Message-ID: <87txu9z6z9.fsf@krugs.de> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBuk0UACgkQoYgNqgF2egrCrQCdEAZA42TLb4Xs48fIkairYgxO IEYAnA74GEV64O3TkVIwsCWP0UuVKpZa =etPk -----END PGP SIGNATURE-----