Re: [O] Problem upgrading org mode

2014-03-01 Thread Bastien
Hi Arunabha, Arunabha Ghosh 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

[O] Problem upgrading org mode

2014-02-19 Thread Arunabha Ghosh
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/aru