emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode version N/A-fixup
@ 2012-09-17 18:52 Markus Heller
  2012-09-17 19:18 ` Achim Gratz
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Heller @ 2012-09-17 18:52 UTC (permalink / raw)
  To: emacs-orgmode

Hello all,

after updating org-mode today, I M-x org-version yields:

Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ c:/Users/mheller/AppData/Roaming/.emacs.d/org-mode/lisp/)

The (in my mind) relevant part of my .emacs are:

,----
| (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/")
| (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/")
| (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
| (require 'org-install)
`----

What's going on?  I did run M-x org-reload ...

Thanks and Cheers
Markus

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-17 18:52 Org-mode version N/A-fixup Markus Heller
@ 2012-09-17 19:18 ` Achim Gratz
  2012-09-17 19:54   ` Markus Heller
  0 siblings, 1 reply; 11+ messages in thread
From: Achim Gratz @ 2012-09-17 19:18 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-17 19:18 ` Achim Gratz
@ 2012-09-17 19:54   ` Markus Heller
  2012-09-17 20:04     ` Achim Gratz
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Heller @ 2012-09-17 19:54 UTC (permalink / raw)
  To: emacs-orgmode

Achim Gratz <Stromeko@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-17 19:54   ` Markus Heller
@ 2012-09-17 20:04     ` Achim Gratz
  2012-09-18 18:05       ` Markus Heller
  0 siblings, 1 reply; 11+ messages in thread
From: Achim Gratz @ 2012-09-17 20:04 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-17 20:04     ` Achim Gratz
@ 2012-09-18 18:05       ` Markus Heller
  2012-09-18 19:44         ` Achim Gratz
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Heller @ 2012-09-18 18:05 UTC (permalink / raw)
  To: emacs-orgmode

Achim Gratz <Stromeko@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-18 18:05       ` Markus Heller
@ 2012-09-18 19:44         ` Achim Gratz
  2012-09-19 16:46           ` Markus Heller
  0 siblings, 1 reply; 11+ messages in thread
From: Achim Gratz @ 2012-09-18 19:44 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-18 19:44         ` Achim Gratz
@ 2012-09-19 16:46           ` Markus Heller
  2012-09-21 16:05             ` Bastien
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Heller @ 2012-09-19 16:46 UTC (permalink / raw)
  To: emacs-orgmode

Achim Gratz <Stromeko@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-19 16:46           ` Markus Heller
@ 2012-09-21 16:05             ` Bastien
  2012-09-21 16:55               ` Markus Heller
  2012-09-21 16:59               ` Markus Heller
  0 siblings, 2 replies; 11+ messages in thread
From: Bastien @ 2012-09-21 16:05 UTC (permalink / raw)
  To: Markus Heller; +Cc: emacs-orgmode

Hi Markus,

Markus Heller <hellerm2@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-21 16:05             ` Bastien
@ 2012-09-21 16:55               ` Markus Heller
  2012-09-22  6:55                 ` Bastien
  2012-09-21 16:59               ` Markus Heller
  1 sibling, 1 reply; 11+ messages in thread
From: Markus Heller @ 2012-09-21 16:55 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Bastien

Bastien <bzg@altern.org> writes:

> Hi Markus,
>
> Markus Heller <hellerm2@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-21 16:05             ` Bastien
  2012-09-21 16:55               ` Markus Heller
@ 2012-09-21 16:59               ` Markus Heller
  1 sibling, 0 replies; 11+ messages in thread
From: Markus Heller @ 2012-09-21 16:59 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:

> Hi Markus,
>
> Markus Heller <hellerm2@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Org-mode version N/A-fixup
  2012-09-21 16:55               ` Markus Heller
@ 2012-09-22  6:55                 ` Bastien
  0 siblings, 0 replies; 11+ messages in thread
From: Bastien @ 2012-09-22  6:55 UTC (permalink / raw)
  To: Markus Heller; +Cc: emacs-orgmode

Hi Markus,

Markus Heller <hellerm2@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-09-22  6:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-17 18:52 Org-mode version N/A-fixup Markus Heller
2012-09-17 19:18 ` Achim Gratz
2012-09-17 19:54   ` Markus Heller
2012-09-17 20:04     ` Achim Gratz
2012-09-18 18:05       ` Markus Heller
2012-09-18 19:44         ` Achim Gratz
2012-09-19 16:46           ` Markus Heller
2012-09-21 16:05             ` Bastien
2012-09-21 16:55               ` Markus Heller
2012-09-22  6:55                 ` Bastien
2012-09-21 16:59               ` Markus Heller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).