* elpa's copy of org-version.el
@ 2013-07-18 16:44 Paul Stansell
2013-07-18 18:09 ` Achim Gratz
2013-07-18 18:41 ` Pierre Téchoueyres
0 siblings, 2 replies; 8+ messages in thread
From: Paul Stansell @ 2013-07-18 16:44 UTC (permalink / raw)
To: emacs-orgmode
Hello,
If I install org from elpa the file org-version.el is missing and
I get the following:
M-x org-version
Org-mode version N/A (N/A !!check installation!! @
/Home/ps/.emacs.d/elpa/org-20130715.1743/)
and
M-x locate-library org-version
No library org-version in search path
However, the following give the expected results:
M-x locate-library org
Library is file ~/.emacs.d/elpa/org-20130715.1743/org.elc
M-x locate-library org-install
Library is file ~/.emacs.d/elpa/org-20130715.1743/org-install.el
If I install org from git://orgmode.org/org-mode.git it includes the
file org-version.el and all of the above commands work okay, eg,
M-x locate-library org-version
Library is file ~/local/emacs/site-lisp/org-git/org-version.el
Is something wrong here?
Thanks,
Paul
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: elpa's copy of org-version.el
2013-07-18 16:44 elpa's copy of org-version.el Paul Stansell
@ 2013-07-18 18:09 ` Achim Gratz
2013-07-18 18:41 ` Pierre Téchoueyres
1 sibling, 0 replies; 8+ messages in thread
From: Achim Gratz @ 2013-07-18 18:09 UTC (permalink / raw)
To: emacs-orgmode
Paul Stansell writes:
> If I install org from elpa the file org-version.el is missing and
> I get the following:
Huh? All Org ELPA packages (both from orgmode.org and GNU) come with
their own org-version.el, so how do you try to install?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: elpa's copy of org-version.el
2013-07-18 16:44 elpa's copy of org-version.el Paul Stansell
2013-07-18 18:09 ` Achim Gratz
@ 2013-07-18 18:41 ` Pierre Téchoueyres
2013-07-18 18:53 ` Pierre Téchoueyres
1 sibling, 1 reply; 8+ messages in thread
From: Pierre Téchoueyres @ 2013-07-18 18:41 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
Same problem here. I've tried the version org-20130718.1557 from elpa too.
May be an packaging problem ?
Pierre
Le jeudi 18 juillet 2013 17:44:06 Paul Stansell a écrit :
> Hello,
>
> If I install org from elpa the file org-version.el is missing and
> I get the following:
>
> M-x org-version
> Org-mode version N/A (N/A !!check installation!! @
> /Home/ps/.emacs.d/elpa/org-20130715.1743/)
>
> and
>
> M-x locate-library org-version
> No library org-version in search path
>
> However, the following give the expected results:
>
> M-x locate-library org
> Library is file ~/.emacs.d/elpa/org-20130715.1743/org.elc
>
> M-x locate-library org-install
> Library is file ~/.emacs.d/elpa/org-20130715.1743/org-install.el
>
>
> If I install org from git://orgmode.org/org-mode.git it includes the
> file org-version.el and all of the above commands work okay, eg,
>
> M-x locate-library org-version
> Library is file ~/local/emacs/site-lisp/org-git/org-version.el
>
> Is something wrong here?
>
> Thanks,
>
> Paul
[-- Attachment #2: Type: text/html, Size: 7347 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: elpa's copy of org-version.el
2013-07-18 18:41 ` Pierre Téchoueyres
@ 2013-07-18 18:53 ` Pierre Téchoueyres
2013-07-20 11:05 ` Achim Gratz
2013-07-20 16:52 ` Paul Stansell
0 siblings, 2 replies; 8+ messages in thread
From: Pierre Téchoueyres @ 2013-07-18 18:53 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]
Ok I've found *my* mistake :
Melpa provides an org-mode from GIT too.
Look like this version is buggy.
Pierre
Le jeudi 18 juillet 2013 20:41:58 Pierre Téchoueyres a écrit :
Same problem here. I've tried the version org-20130718.1557 from elpa too.
May be an packaging problem ?
Pierre
Le jeudi 18 juillet 2013 17:44:06 Paul Stansell a écrit :
> Hello,
>
> If I install org from elpa the file org-version.el is missing and
> I get the following:
>
> M-x org-version
> Org-mode version N/A (N/A !!check installation!! @
> /Home/ps/.emacs.d/elpa/org-20130715.1743/)
>
> and
>
> M-x locate-library org-version
> No library org-version in search path
>
> However, the following give the expected results:
>
> M-x locate-library org
> Library is file ~/.emacs.d/elpa/org-20130715.1743/org.elc
>
> M-x locate-library org-install
> Library is file ~/.emacs.d/elpa/org-20130715.1743/org-install.el
>
>
> If I install org from git://orgmode.org/org-mode.git it includes the
> file org-version.el and all of the above commands work okay, eg,
>
> M-x locate-library org-version
> Library is file ~/local/emacs/site-lisp/org-git/org-version.el
>
> Is something wrong here?
>
> Thanks,
>
> Paul
[-- Attachment #2: Type: text/html, Size: 8627 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-07-20 19:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 16:44 elpa's copy of org-version.el Paul Stansell
2013-07-18 18:09 ` Achim Gratz
2013-07-18 18:41 ` Pierre Téchoueyres
2013-07-18 18:53 ` Pierre Téchoueyres
2013-07-20 11:05 ` Achim Gratz
2013-07-20 16:52 ` Paul Stansell
2013-07-20 18:49 ` Pierre Téchoueyres
2013-07-20 19:27 ` Paul Stansell
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).