From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arunabha Ghosh Subject: Problem upgrading org mode Date: Wed, 19 Feb 2014 11:53:30 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0117627933dfb804f2c7be59 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGDD8-0002s3-5S for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 14:53:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGDD1-0001YQ-KD for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 14:53:38 -0500 Received: from mail-oa0-x22a.google.com ([2607:f8b0:4003:c02::22a]:48480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGDD1-0001Xm-FC for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 14:53:31 -0500 Received: by mail-oa0-f42.google.com with SMTP id i7so1026152oag.1 for ; Wed, 19 Feb 2014 11:53:30 -0800 (PST) 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 --089e0117627933dfb804f2c7be59 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm using emacs 24 on OSX and I'm unable to upgrade org mode. I did the following 1) Checkout the org mode git repo 2) Checkout the latest release tag : git checkout release_8.2.5h 3) Tell emacs to load the relevant paths ;; Setup org mode (add-to-list 'load-path "/Users/agh/arun/dev/org-mode/lisp" t) (add-to-list 'load-path "/Users/agh/arun/dev/org-mode/contrib/lisp" t) (require 'org) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-log-done t) (setq org-agenda-files (list "~/Google Drive/orgmode/work.org" "~/Google Drive/orgmode/personal.org")) (require 'ox-taskjuggler) ;; End Setup org mode It looks like Emacs is loading the new libraries correctly locate-library ox-taskjuggler returns the path to the git directory However, emacs is still using the org mode files which came with the distribution. Specifically when I run taskjuggler export, the old exporter is being used. locate-library org-taskjuggler returns a path in the emacs installation files (an elc file). How do I get emacs to use the latest org mode files from the git repo ? Thanks, Arunabha --089e0117627933dfb804f2c7be59 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
=A0 =A0 I'm using emacs 24 on OSX and I'm = unable to upgrade org mode.

I did the following

1) Checkout the org mode git repo
2) Check= out the latest release tag :=A0git checkout release_8.2.5h
3) Tell emacs to load the relevant paths
=A0 =A0 =A0;; Setup= org mode
=A0 =A0 =A0(add-to-list 'load-path "/Users/agh= /arun/dev/org-mode/lisp" t)
=A0 =A0 =A0(add-to-list 'loa= d-path "/Users/agh/arun/dev/org-mode/contrib/lisp" t)

=A0 =A0 =A0(require 'org)
=A0 =A0 =A0(def= ine-key global-map "\C-cl" 'org-store-link)
=A0 =A0= =A0(define-key global-map "\C-ca" 'org-agenda)
=A0= =A0 =A0(setq org-log-done t)
=A0 =A0 =A0(setq org-agenda-files (list "~/Google Drive/orgmode/<= a href=3D"http://work.org">work.org"
=A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"~/Google Drive/orgmode/personal.org"))
=A0 =A0 =A0(require 'ox-taskjuggler)
=A0 =A0 =A0;; End S= etup org mode

It looks like Emacs is loading the n= ew libraries correctly
locate-library ox-taskjuggler returns the = path to the git directory

However, emacs is still using the org mode files which = came with the distribution. Specifically when I run taskjuggler export, the= old exporter is being used.=A0

locate-library org= -taskjuggler returns a path in the emacs installation files (an elc file).<= /div>

How do I get emacs to use the latest org mode files fro= m the git repo ?

Thanks,
Arunabha
<= div>
--089e0117627933dfb804f2c7be59--