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