Michael Brand <michael.ch.br...@gmail.com> writes: > Hi all > > I just noticed that both > http://orgmode.org/org-latest.zip > and > http://orgmode.org/org-latest.tar.gz > provide old files like e. g. org.el from mid of October > > Currently I misuse this snapshot to install the exactly same version > at home and at work. I did not find out in reasonable time how to use > git to get the same version again later that was the most recent at > the time of the upgrade on the first machine. I hope there are others > that would also appreciate if someone would add how to do this use > case with git to > http://orgmode.org/worg/org-faq.php#keeping-current-with-Org-mode-development >
Looks like you have pulled from git already. In that case you could create a snapshot in your work area using the following command. ,---- [from git user manual] | git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz `---- Jambunathan K. > Michael > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode