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:55:20 -0700 Message-ID: <0v392b48p3.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]:54330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6Vq-0003cE-2Q for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF6Vp-0004cl-1P for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:55:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:32800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6Vo-0004cT-Qo for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:55:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TF6Vq-0001ZP-MN for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 18:55:34 +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 18:55:34 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 18:55:34 +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 Cc: Bastien 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 I don't use emacs under cygwin, and I guess this is why whereis doesn't work ... Anyhow, git *is* in my PATH, but I think my issue is that I don't know how to update a git repo from *within* emacs. Would you be able to give pointers please? Thanks Markus