Giovanni Ridolfi <[email protected]> writes: > "David Dyer-Bennet" <[email protected]> writes: > >> What's the oldest version of org-mode known to work with Gnu Emacs >> 21.4.1? > Search engines are your friends! > > 'org-mode "emacs 21" support discontinued' gives the first link: > > http://permalink.gmane.org/gmane.emacs.orgmode/27701 > > " Emacs 21 support has been dropped > ================================== > > Do not use Org mode 7.xx with Emacs 21, use [version 6.36c] instead. " > > >> And where can I find a copy? > > How about here?: > > http://orgmode.org/org-6.36c.zip >
On a related note you can download and experiment with all historical versions as follows: Through the web interface 1. Browse to http://orgmode.org/w/?p=org-mode.git;a=tags and choose a release that sounds promising. 2. Follow the "commit" link. In the resulting page click on the "snapshot" link to download a .tgz file. Through git 1. Look at all released versions using git tag -l | grep release 2. Use 'git checkout -b work release_<whatever>' to checkout a specific released version > Cheers, > Giovanni > > --
