Hi Markus, Markus Heller <helle...@gmail.com> 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] M-! whereis git RET => [returns the path for your git executable] 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. Does that help? -- Bastien