Rian Murphy <rianmur...@yahoo.com> wrote: > Christopher Witte <chris <at> witte.net.au> writes: > > > > > On 17 July 2012 16:53, Rian Murphy <rianmurphy <at> yahoo.com> wrote: > > > Giovanni Ridolfi <giovanni.ridolfi <at> yahoo.it> writes: > > > ... > > >> > I'd prefer to use capture on my Ubuntu installation. I searched the > > >> > gmane > > >> > archives and didn't find any clues. > > >> > ... > > > > Upgrading org is easy and there are instructions in the FAQ, > > http://orgmode.org/worg/org-faq.html#updating-org > > > > Chris. > > > > > Chris, thanks for your help. I should have looked in the org-mode > FAQ to start with -- I apologize. > Oddly, however, when I do a 'git pull' and a 'make up2', then restart > emacs, 'org-version' still tells me I have version 6.30c. > 'emacs-version' still says 23.1.50.1. > Maybe it's a Ubuntu thing.... Thanks again, R.M. >
You probably don't have the installation directory in your load-path. Check with C-h v load-path RET. In my case, make up2 installed into /usr/share/emacs/site-lisp/org (afaik, that's the case with default values of ``prefix'' and ``DESTDIR'': the first one is "/usr/share" and the second is undefined in the default configuration). If that's the case with you as well, then you'd have to say (add-to-list 'load-path "/usr/share/emacs/site-lisp/org") before (require 'org-install) Nick