From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: Re: Installing from git Date: Wed, 2 Jul 2014 10:25:56 -0800 Message-ID: <3F7253DC666.0000009Crbenit68@inbox.com> References: Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2QKR-0004r3-LV for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 15:36:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2QKN-0004fp-6g for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 15:36:27 -0400 Received: from wm40.inbox.com ([64.135.83.40]:1620) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1X2QKM-0004fJ-Ta for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 15:36:23 -0400 Received: from inbox.com (127.0.0.1:25) by inbox.com with [InBox.Com SMTP Server] id <1407021025136.WM40> for from ; Wed, 2 Jul 2014 10:25:57 -0800 In-Reply-To: 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: Vicente Vera , emacs-orgmode@gnu.org <=21DOCTYPE HTML PUBLIC =22-//W3C//DTD HTML 4.0 Transitional//EN=22>
This is my setup = in .emacs; it runs without problems version after version. You are = encouraged to simplify the path schema of org-mode branches I = use. 

Minimal = sequence for me is:  make clean & git pull & make autoloads = & make info

;; .emacs begins
;;
;; = activate debugging
  =    (setq debug-on-error t
  =          debug-on-signal nil
  =          debug-on-quit nil)

;;
;; Remove Org remnants built into Emacs
;;
;; from Achim Gratz
;; = https://github.com/emacsmirror/org/blob/master/testing/org-batch-test-init.= el

;; clean load-path
(setq load-path
      (delq nil (mapcar
         (function = (lambda (p)
        =          (unless (string-match = =22lisp=5C=5C(/packages=5C=5C)?/org=24=22 p)
        =            p)))
        =  load-path)))
;; remove property list to defeat = cus-load and remove autoloads
(mapatoms = (function  (lambda (s)
    =            (let ((sn = (symbol-name s)))
    =          (when (string-match = =22=5E=5C=5C(org=5C=5C=7Cob=5C=5C=7Cox=5C=5C)=5C=5C(-.*=5C=5C)?=24=22 = sn)
        =        (setplist s nil)
        =        (when (eq 'autoload (car-safe s))
        =          (unintern s)))))))

;; we should now start from a = clean slate

;;(setq myorg =22master=22)
(setq myorg =22maint=22 ) ;; I have several directories = under =7E/org-mode/ with different
          =             ;; = versions so I can change =22easily=22

;;(add-to-list 'load-path (concat =22=7E/org-mode/=22 = myorg =22/testing/lisp=22))
;;(add-to-list = 'load-path (concat =22=7E/org-mode/=22 myorg =22/testing=22))
(add-to-list 'load-path (concat =22=7E/org-mode/=22 = myorg =22/contrib/lisp=22))
(add-to-list 'load-path = (concat =22=7E/org-mode/=22 myorg =22/lisp=22))


(require 'info)
(setq Info-directory-list
  = (cons (expand-file-name (concat =22=7E/org-mode/=22 myorg =22/doc=22))
    Info-default-directory-list))

(setq org-odt-data-dir = (expand-file-name (concat =22=7E/org-mode/=22 myorg =22/etc=22)))

(add-to-list 'auto-mode-alist = '(=22=5C=5C.org=5C=5C'=22 . org-mode))

(global-set-key =22=5CC-cl=22 'org-store-link)
(global-set-key =22=5CC-cc=22 'org-capture)
(global-set-key =22=5CC-ca=22 'org-agenda)
(global-set-key =22=5CC-cb=22 'org-iswitchb)

;; .emacs = ends

HTH


-----Original = Message-----
From: vicentemvp=40gmail.com
Sent: Mon, = 30 Jun 2014 18:44:42 -0400
To: = emacs-orgmode=40gnu.org
Subject: =5BO=5D Installing from = git

Hello. I'm quite confused with the installation = options.

Recently started out a Debian base system and compiled = Emacs from the bzr repository. That came out fine, so I ran 'make install' = and now Emacs 24.4.50 sits in /usr/local/bin, /usr/local/share, etc.

I want to install the master branch of org-mode. Currently I followed = these steps:

- cd =7E/org_from_git/
- git clone git://orgmode.org/org-mode.git
=C2=BFDo i need to tweak 'local.mk' so the prefix variable points = to /usr/local/share before running make?
=C2=BFWhich make option should i use (besides 'make = autoloads')?

Thanks in advance.

3D=223D
Free 3D Earth = Screensaver
Watch the Earth right on your desktop=21 Check it out = at www.inbox.com/earth