Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
On 12/21/2016 10:25 PM, Karl Voit wrote: * Christian Wittern wrote: On 12/21/2016 05:07 AM, Karl Voit wrote: I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» with: (define-package "org" "3101" "Dummy org mode package" 'nil) And this simulates the

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Phillip Lord
Karl Voit writes: > * Phillip Lord wrote: >> Karl Voit writes: >> >>> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >>> with: >>> (define-package "org" "3101" "Dummy org mode package" 'nil) >>

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Karl Voit
* Phillip Lord wrote: > Karl Voit writes: > >> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >> with: >> (define-package "org" "3101" "Dummy org mode package" 'nil) > > > You could probably do something with

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Karl Voit
* Christian Wittern wrote: > On 12/21/2016 05:07 AM, Karl Voit wrote: >> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >> with: >> (define-package "org" "3101" "Dummy org mode package" 'nil) >> >> And this simulates the fulfilled dependency so that

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Phillip Lord
Karl Voit writes: > * Eric Abrahamsen wrote: >> >> Actually, I have a third: the plain old Org package from the >> package repos, because I've installed other packages that require >> it. (Another gripe: why isn't the loading of a file containing

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
On 12/21/2016 05:07 AM, Karl Voit wrote: I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» with: (define-package "org" "3101" "Dummy org mode package" 'nil) And this simulates the fulfilled dependency so that my git version of Org-mode is the only one installed (besides

[O] Preventing Org from being installed by elpa (was: Remove Org from Emacs repository?)

2016-12-20 Thread Karl Voit
* Eric Abrahamsen wrote: > > Actually, I have a third: the plain old Org package from the > package repos, because I've installed other packages that require > it. (Another gripe: why isn't the loading of a file containing > (provide 'org) enough to tell the package