From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Latest versions Date: Fri, 25 Jan 2013 13:18:41 -0500 Message-ID: <4167.1359137921@alphaville> References: <87622lwaos.fsf@adboyd.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TynrS-0005yD-JU for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TynrQ-0007B5-5F for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:18:46 -0500 Received: from g1t0027.austin.hp.com ([15.216.28.34]:9764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TynrQ-0007Al-01 for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:18:44 -0500 In-Reply-To: Message from david@adboyd.com (J. David Boyd) of "Fri, 25 Jan 2013 10:21:07 EST." <87622lwaos.fsf@adboyd.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "J. David Boyd" Cc: emacs-orgmode@gnu.org J. David Boyd wrote: > > How do I get the latest version of org-mode, with git? > > I got the version I have initially with > 'git clone git://orgmode.org/org-mode.git', and I > 'git refresh' every day, but that keeps me in 7.9.3c. > You mean ``git pull''? I get $ git refresh git: 'refresh' is not a git command. See 'git --help'. > I had to 'wget http://orgmode.org/org-latest.tar.gz' to get to 7.9.3d. > > What might I be doing incorrectly? I presumed that git fetch would keep > me up to the latest version, but it seems not to. > Depending on how you run (uncompiled from the git repo? compiled and installed in /usr/local/share/emacs/site-lisp? etc, etc.), you need to do make autoloads at the very least. If you are doing the "right" thing, compiling and installing in /usr/local/share/emacs/site-lisp/org or thereabouts, you need to do make install (probably as root). If you are on Windows, this won't work. Nick