Re: [O] elpa's copy of org-version.el

2013-07-20 Thread Paul Stansell
Yes, that is helpful.  Thanks very much!





Re: [O] elpa's copy of org-version.el

2013-07-20 Thread Pierre Téchoueyres
Hello Paul,
Here is what I've done :

1) check you've the org-elpa repository configured :
my package-archives has this value 
(("gnu" . "http://elpa.gnu.org/packages/";)
 ("marmalade" . "http://marmalade-repo.org/packages/";)
 ("melpa" . "http://melpa.milkbox.net/packages/";)
 ("org-elpa" . "http://orgmode.org/elpa/";))
2) install melpa package from melpa (special handling for the MELPA 
repository [github])
3) exclude org from melpa by adding / customize var package-archive-
exclude-alist. Mine has this value '(("melpa" org)) this is explained on melpa 
home 
page in customization section (near http://melpa.milkbox.net/#installing).
4) uninstall org-2013...
5) exit emacs then install org-20130715 (you should only see a version 
like mmdd and no longer see a version with mmdd_hhmm)
Hope this could help

Pierre

Le samedi 20 juillet 2013 16:52:10 Paul Stansell a écrit :
> Pierre Téchoueyres  free.fr> writes:
> > Ok I've found *my* mistake :
> > Melpa provides an org-mode from GIT too.
> > Look like this version is buggy.
> 
> Thanks for your help with this, but I'm still not entirely sure what I
> should do.
> 
> Are you saying that when I install org via elpa I should _not_ install this
> one:
> 
>   org  20130720 installed  Outline-based notes management and organizer
> [git]
> 
> because it's from git?  Should I be looking for an org installation from
> github?  I can't see one in my package list.  Should I uninstall my broken
> org, disable melpa to try again to install org from elpa?
> 
> Thanks



Re: [O] elpa's copy of org-version.el

2013-07-20 Thread Paul Stansell
Pierre Téchoueyres  free.fr> writes:

> 
> 
> Ok I've found *my* mistake :
> Melpa provides an org-mode from GIT too.
> Look like this version is buggy.

Thanks for your help with this, but I'm still not entirely sure what I
should do.

Are you saying that when I install org via elpa I should _not_ install this one:

  org  20130720 installed  Outline-based notes management and organizer
[git]

because it's from git?  Should I be looking for an org installation from
github?  I can't see one in my package list.  Should I uninstall my broken
org, disable melpa to try again to install org from elpa?

Thanks








Re: [O] elpa's copy of org-version.el

2013-07-20 Thread Achim Gratz
Pierre Téchoueyres writes:
> Melpa provides an org-mode from GIT too.
>
> Look like this version is buggy.

It's completely bogus, indeed.  It was added on July 15, but they can't
have tested it.  Stay away at least from this part of Melpa…


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] elpa's copy of org-version.el

2013-07-18 Thread Pierre Téchoueyres
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



Re: [O] elpa's copy of org-version.el

2013-07-18 Thread Pierre Téchoueyres
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



Re: [O] elpa's copy of org-version.el

2013-07-18 Thread Achim Gratz
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




[O] elpa's copy of org-version.el

2013-07-18 Thread Paul Stansell
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