From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Org-mode version N/A-fixup Date: Fri, 21 Sep 2012 09:59:05 -0700 Message-ID: <0vwqzn2tye.fsf@gmail.com> References: <0vmx0ozdm5.fsf@gmail.com> <87sjaga26o.fsf@Rainer.invalid> <0vlig84e7q.fsf@gmail.com> <87fw6ga00l.fsf@Rainer.invalid> <0vhaqv4373.fsf@gmail.com> <87fw6fglpy.fsf@Rainer.invalid> <0vd31i3qpq.fsf@gmail.com> <87haqr4b07.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6aK-0005xW-8W for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 13:00:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF6aD-0005rR-F2 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 13:00:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:50541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6aD-0005m2-8a for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 13:00:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TF6aC-0005Hl-18 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 19:00:04 +0200 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 19:00:04 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 19:00:04 +0200 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: emacs-orgmode@gnu.org Bastien writes: > Hi Markus, > > Markus Heller writes: > >> please forgive if this is an RTFM question, but how would I go about >> updating the org git archive from within emacs? This is what you are >> referring to, correct? > > If I may try to help -- Achim suggests that the directory where you have > your git executable is not known by Emacs. > > Can you try this? > > M-x getenv RET PATH RET > => [returns the directories in your PATH environment variable] C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\sparky\bin;C:\Program Files (x86)\Mozilla Firefox;C:\Program Files (x86)\OpenBabel-2.3.1;C:\texmf\miktex\bin\x64 > M-! whereis git RET > => [returns the path for your git executable] 'whereis' is not recognized as an internal or external command, operable program or batch file. > If the two are not in sync, then Emacs will not find your git > executable and you'll not be able to update a git repo from Emacs. So whereis is not recognized, maybe because I'm not using cygwin ... But anyhow, git *is* in my PATH, and I think my issue really is that I don't know how to update a git repo *from within emacs*. Would you be able to provide some hints please? Thanks Markus