Re: [O] Updating org from git repository

2012-07-19 Thread James Harkins
Achim Gratz NexGo.DE> writes: > James Harkins gmail.com> writes: > > So, how do I solve the problem with org-version? > > I already sent an answer to your original question, but somehow that didn't make > it to the list: most likely you've missed a "(require 'org-install)" in your > startup seq

Re: [O] Updating org from git repository

2012-07-17 Thread Achim Gratz
James Harkins gmail.com> writes: > So, how do I solve the problem with org-version? I already sent an answer to your original question, but somehow that didn't make it to the list: most likely you've missed a "(require 'org-install)" in your startup sequence. Regards, Achim.

Re: [O] Updating org from git repository

2012-07-17 Thread Suvayu Ali
On Tue, Jul 17, 2012 at 07:59:53PM +0200, Achim Gratz wrote: > Suvayu Ali writes: > > See the output of "make help". The above is not the prescribed way to do > > it. If you want the old make behaviour, you can do "make oldorg && make > > install". > > No, he's using the latest release version of

Re: [O] Updating org from git repository

2012-07-17 Thread James Harkins
At Tue, 17 Jul 2012 17:37:09 -0400, Mehul Sanghvi wrote: > Did you have Emacs up and running already ? Did you restart Emacs ? Yes. I've even logged out and logged back in (for a separate reason). > Did you do M-x org-reload ? Quoting myself: ~~ Now, when I reload orgmode, the minibuffer corre

Re: [O] Updating org from git repository

2012-07-17 Thread Mehul Sanghvi
On Tue, Jul 17, 2012 at 3:09 PM, James Harkins wrote: > Achim Gratz nexgo.de> writes: > >> Suvayu Ali writes: >> > See the output of "make help". The above is not the prescribed way to do >> > it. If you want the old make behaviour, you can do "make oldorg && make >> > install". >> >> No, he's us

Re: [O] Updating org from git repository

2012-07-17 Thread James Harkins
Achim Gratz nexgo.de> writes: > Suvayu Ali writes: > > See the output of "make help". The above is not the prescribed way to do > > it. If you want the old make behaviour, you can do "make oldorg && make > > install". > > No, he's using the latest release version of Org, which means the old > Ma

Re: [O] Updating org from git repository

2012-07-17 Thread Achim Gratz
Suvayu Ali writes: > See the output of "make help". The above is not the prescribed way to do > it. If you want the old make behaviour, you can do "make oldorg && make > install". No, he's using the latest release version of Org, which means the old Makefile (if this was really his intention I#d r

Re: [O] Updating org from git repository

2012-07-17 Thread Suvayu Ali
On Tue, Jul 17, 2012 at 12:29:39PM -0400, James Harkins wrote: > I have done this: > > cd ~/share/org-mode.git > git checkout release_7.8.11 > git checkout -b rel7.8.11 > make > make install > See the output of "make help". The above is not the prescribed way to do it. If you want the old make b

[O] Updating org from git repository

2012-07-17 Thread James Harkins
I have done this: cd ~/share/org-mode.git git checkout release_7.8.11 git checkout -b rel7.8.11 make make install I've already set up a ton of orgmode stuff in ~/.emacs, but Emacs was still finding the old org version. So I added: (add-to-list 'load-path "/home/dlm/share/org-mode.git/lisp") No