emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] "org-plus-contrib" yes, "org" no!


From: Achim Gratz
Subject: Re: [O] "org-plus-contrib" yes, "org" no!
Date: Thu, 11 Dec 2014 19:20:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Sharon Kimble writes:
> My emacs version is in the sig, and my org-version is "Org-mode
> version 8.2.10 (8.2.10-23-g1ec416-elpaplus @
> /home/boudiccas/.emacs.d/elpa/org-plus-contrib-20141208/)" so we're
> in agreement, but still it happens. I've checked everywhere in my
> "init.org" and I don't have a spare "(require 'org)" floating
> around, its not in there at all!

You probably have another package installed via ELPA that requires Org.
Currently there is no way to tell the package manager that
org-plus-contrib does in fact provide plain org as well.

Simply create a directory

~/.emacs.d/elpa/org-29991231

and put a file named org-pkg.el in there with the following content:

--8<---------------cut here---------------start------------->8---
(define-package "org" "29991231" "Dummy package to satisfy dependencies on org" 
'nil)
--8<---------------cut here---------------end--------------->8---


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]