emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: How to get the last version of org-mode supporting emacs21


From: Bernt Hansen
Subject: [Orgmode] Re: How to get the last version of org-mode supporting emacs21?
Date: Wed, 02 Jun 2010 10:18:12 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Mikael Fornius <address@hidden> writes:

> I found it in the git log, it says says:
>
> --8<---------------cut here---------------start------------->8---
> commit 31858e5c39404cf2bc745fe05f59c7ce6816db74
> Author: Carsten Dominik <address@hidden>
> Date:   Tue Apr 21 14:00:24 2009 +0200
>
>     End of Emacs 21 support.
>
> commit e0cd12716ac8202d4b5c764dfb57d5d7725be73a
> Author: Carsten Dominik <address@hidden>
> Date:   Tue Apr 21 10:21:36 2009 +0200
>
>     Release 6.26b
> --8<---------------cut here---------------end--------------->8---
>
> So I think using release 6.26b would be recommended. I think you should
> clone the git repo and use the command
>
> git reset --hard e0cd12716ac8202d4b5c764dfb57d5d7725be73a
>
> before make.

Don't do that.  That will move your current branch tip to that commit
and throw away all of your current changes (if any) in the working
directory.

If you just want to visit and use the old version do

    git checkout release_6.26b

instead.

The tag 'release_6.26b' is commit e0cd12716ac8202d4b5c764dfb57d5d7725be73a.

If you want to make changes on top of release_6.26b then create a new
branch instead with

    git checkout -b emacs21 release_6.26b

(naming the branch whatever you like instead of emacs21)

HTH,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]