Re: [O] Org-mode version N/A-fixup

2012-09-22 Thread Bastien
Hi Markus,

Markus Heller helle...@gmail.com writes:

 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?

M-x eshell RET
~$ cd install/git/org-mode
~$ git pull

... 

But I think I lost track of the initial problem, so maybe we are
miscommunicating here.  As long as your install is okay, I'll be
okay.

-- 
 Bastien



Re: [O] Org-mode version N/A-fixup

2012-09-21 Thread Bastien
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



Re: [O] Org-mode version N/A-fixup

2012-09-21 Thread Markus Heller
Bastien b...@altern.org writes:

 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]

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




Re: [O] Org-mode version N/A-fixup

2012-09-21 Thread Markus Heller
Bastien b...@altern.org writes:

 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]

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




Re: [O] Org-mode version N/A-fixup

2012-09-19 Thread Markus Heller
Achim Gratz strom...@nexgo.de writes:

 Markus Heller writes:
 BTW, how exactly did you update?  A tarball should not need this and if
 it's a Git directory the version should be found automatically.

 Here are the steps:

 1. git pull in ~/.emacs.d/org-mode
 2. M-x org-reload

 Then Emacs apparently does not know how to call git (it probably can't
 be found in path), otherwise it would know the version from git.  You
 should fix, that it would help to show the correct version number, for
 instance in bug reports.

Achim,

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?

I couldn't find any info on the org web pages ...

Markus




Re: [O] Org-mode version N/A-fixup

2012-09-18 Thread Markus Heller
Achim Gratz strom...@nexgo.de writes:

 Markus Heller writes:
 worked like a charm, thanks!!

 BTW, how exactly did you update?  A tarball should not need this and if
 it's a Git directory the version should be found automatically.

Here are the steps:

1. git pull in ~/.emacs.d/org-mode
2. M-x org-reload

Followed by the steps outlined on the web page pointed out by you.

Cheers
Markus




Re: [O] Org-mode version N/A-fixup

2012-09-18 Thread Achim Gratz
Markus Heller writes:
 BTW, how exactly did you update?  A tarball should not need this and if
 it's a Git directory the version should be found automatically.

 Here are the steps:

 1. git pull in ~/.emacs.d/org-mode
 2. M-x org-reload

Then Emacs apparently does not know how to call git (it probably can't
be found in path), otherwise it would know the version from git.  You
should fix, that it would help to show the correct version number, for
instance in bug reports.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] Org-mode version N/A-fixup

2012-09-17 Thread Achim Gratz
Markus Heller writes:
 What's going on?  I did run M-x org-reload ...

http://orgmode.org/worg/org-hacks.html#compiling-org-without-make


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Waldorf MIDI Implementation  additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs




Re: [O] Org-mode version N/A-fixup

2012-09-17 Thread Markus Heller
Achim Gratz strom...@nexgo.de writes:

 Markus Heller writes:
 What's going on?  I did run M-x org-reload ...

 http://orgmode.org/worg/org-hacks.html#compiling-org-without-make


Hi Achim,

worked like a charm, thanks!!

Markus




Re: [O] Org-mode version N/A-fixup

2012-09-17 Thread Achim Gratz
Markus Heller writes:
 worked like a charm, thanks!!

BTW, how exactly did you update?  A tarball should not need this and if
it's a Git directory the version should be found automatically.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds