From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: dropping the debian version Date: Tue, 26 Aug 2014 20:08:02 +0100 Message-ID: <8738cjax2l.fsf@ucl.ac.uk> References: <871ts3p01b.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMM6J-0004UT-My for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 15:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMM6C-0007P7-7F for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 15:08:15 -0400 Received: from mail-db3lrp0078.outbound.protection.outlook.com ([213.199.154.78]:22940 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMM6C-0007Od-1M for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 15:08:08 -0400 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: Sharon Kimble Cc: org-mode On Tuesday, 26 Aug 2014 at 19:40, Sharon Kimble wrote: > This has been probably been asked many times before but auntie google > can't find it if so. It has been asked many times. :) > I've just updated my git clone of org-mode to its version > '409913b253de2de1b49f9468a4b77b9292e090c4' from 'ORIG_HEAD' and I've > done > > M-x org-version > > > 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 please? I have pretty much what you have: #+begin_src emacs-lisp (add-to-list 'load-path "~/git/org-mode/lisp") (add-to-list 'load-path "~/git/org-mode/contrib/lisp/") (require 'org) #+end_src and this works fine. These lines come before anything that may reference org in any way, mind you. --=20 : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.1, Org release_8.3beta-246-g77d0= da