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 fulfilled dependency
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)
>>
>>
>> You could probably do something with package-pinned-packages also.
* 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 package-pinned-packages also.
Hm.
I'm not an expert in pac
* 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 my git version
>> of
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
>> (provide 'org) enough to tell the package mana
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
* 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 manager not to install
> anothe