emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Arunabha Ghosh <arunabha.gh@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Problem upgrading org mode
Date: Wed, 19 Feb 2014 11:53:30 -0800	[thread overview]
Message-ID: <CAJGK=o5Azz0oWYfPrZgaF8h79zMyTA0n0Uxk8BUV2TJUyo-T7w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1765 bytes --]

             reply	other threads:[~2014-02-19 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-19 19:53 Arunabha Ghosh [this message]
2014-03-01  9:06 ` Problem upgrading org mode Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJGK=o5Azz0oWYfPrZgaF8h79zMyTA0n0Uxk8BUV2TJUyo-T7w@mail.gmail.com' \
    --to=arunabha.gh@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).