emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem upgrading org mode
@ 2014-02-19 19:53 Arunabha Ghosh
  2014-03-01  9:06 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Arunabha Ghosh @ 2014-02-19 19:53 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem upgrading org mode
  2014-02-19 19:53 Problem upgrading org mode Arunabha Ghosh
@ 2014-03-01  9:06 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-03-01  9:06 UTC (permalink / raw)
  To: Arunabha Ghosh; +Cc: emacs-orgmode

Hi Arunabha,

Arunabha Ghosh <arunabha.gh@gmail.com> writes:

>      (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)

Quick guess: don't use the `t' at the end.

Let me know,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-01  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 19:53 Problem upgrading org mode Arunabha Ghosh
2014-03-01  9:06 ` Bastien

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).