From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: dropping the debian version Date: Tue, 26 Aug 2014 17:19:54 -0400 Message-ID: <53FCF9FA.4030406@verizon.net> References: <871ts3p01b.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMOAF-0004Tb-Pe for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 17:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMOAA-0000Yp-Eb for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 17:20:27 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:15280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMOAA-0000Yg-9x for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 17:20:22 -0400 Received: from [127.0.0.1] ([unknown] [74.111.50.202]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0NAX00JQ0N99R550@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 16:19:58 -0500 (CDT) In-reply-to: <871ts3p01b.fsf@skimble.plus.com> 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 Sharon, Sharon Kimble wrote: > This has been probably been asked many times before but auntie goog= le > can't find it if so. > > I've just updated my git clone of org-mode to its version > '409913b253de2de1b49f9468a4b77b9292e090c4' from 'ORIG_HEAD' and I'v= e > done > --8<---------------cut here---------------start------------->8--- > M-x org-version > --8<---------------cut here---------------end--------------->8--- > > which now shows > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > =E2=94=82Org-mode version 8.2.6 (release_8.2.6-1 @ /usr/local/share= /emacs/24.3.93/lisp/org/) > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > How do I drop the debian version and stick with the git version ple= ase? > > I have this as part of my init file. > --8<---------------cut here---------------start------------->8--- > ;;; -*- emacs-lisp-mode -*- --- init file > ;;; mine from 27-11-13. Heavily influenced by http://www.aaronbedra= .com/emacs.d/ > ;; Show errors in this file: > (setq debug-on-error t > debug-on-signal nil > debug-on-quit nil) > > (setq load-path (cons "/home/boudiccas/.emacs.d/lisp" load-path)) > (add-to-list 'load-path "/home/boudiccas/git/org-mode/lisp" load-pa= th) (require 'org-install) > (add-to-list 'load-path "/home/boudiccas/git/org-mode/contrib/lisp"= load-path) > --8<---------------cut here---------------end--------------->8--- > > Thanks > Sharon. Pretty much what Eric and Achim have already siad. I run make update2 each morning; the most recent org mode is in my= =20 /home/directory/.elisp and my .emacs.d/init.el loads it via =09(add-to-list 'load-path "/home/directory/.elisp/org-mode/lisp") =09(add-to-list 'load-path "/home/directory/.elisp/org-mode/contri= b/lisp/") Essentially I copied it from section 1.2 of the manual. Charlie Millar --- This email is free from viruses and malware because avast! Antivirus = protection is active. http://www.avast.com