emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "org-plus-contrib" yes, "org" no!
@ 2014-12-10 14:16 Sharon Kimble
  2014-12-11  1:51 ` Grant Rettke
  0 siblings, 1 reply; 6+ messages in thread
From: Sharon Kimble @ 2014-12-10 14:16 UTC (permalink / raw)
  To: org-mode

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

I have this as part of my "init.org" -

--8<---------------cut here---------------start------------->8---
(unless package-archive-contents    ;; Refresh the packages descriptions
  (package-refresh-contents))
(setq package-load-list '(all))     ;; List of packages to load
(unless (package-installed-p 'org-plus-contrib)  ;; Make sure the Org package is
  (package-install 'org-plus-contrib))           ;; installed, install it if not
(package-initialize t)                ;; Initialize & Install Package
(setq package-enable-at-startup nil)
--8<---------------cut here---------------end--------------->8---

And yet almost every time that I update my packages it installs
"org", which I've already got with "org-plus-contrib". So I then
delete the fresh "org". How can I stop it installing "org" and just
be content with "org-plus-contrib" please? After all,
"org-plus-contrib" already includes "org" doesn't it?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "org-plus-contrib" yes, "org" no!
  2014-12-10 14:16 "org-plus-contrib" yes, "org" no! Sharon Kimble
@ 2014-12-11  1:51 ` Grant Rettke
  2014-12-11  3:03   ` Sharon Kimble
  0 siblings, 1 reply; 6+ messages in thread
From: Grant Rettke @ 2014-12-11  1:51 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: org-mode

[-- Attachment #1: Type: text/plain, Size: 1707 bytes --]

My system is Emacs `24.4.1' and Org `8.2.10' using Package package
to install org-plus-contrib and it does not install org in addition to
org-plus-contrib.

On Wed, Dec 10, 2014 at 8:16 AM, Sharon Kimble <boudiccas@skimble.plus.com>
wrote:

> I have this as part of my "init.org" -
>
> --8<---------------cut here---------------start------------->8---
> (unless package-archive-contents    ;; Refresh the packages descriptions
>   (package-refresh-contents))
> (setq package-load-list '(all))     ;; List of packages to load
> (unless (package-installed-p 'org-plus-contrib)  ;; Make sure the Org
> package is
>   (package-install 'org-plus-contrib))           ;; installed, install it
> if not
> (package-initialize t)                ;; Initialize & Install Package
> (setq package-enable-at-startup nil)
> --8<---------------cut here---------------end--------------->8---
>
> And yet almost every time that I update my packages it installs
> "org", which I've already got with "org-plus-contrib". So I then
> delete the fresh "org". How can I stop it installing "org" and just
> be content with "org-plus-contrib" please? After all,
> "org-plus-contrib" already includes "org" doesn't it?
>
> Thanks
> Sharon.
> --
> A taste of linux = http://www.sharons.org.uk
> my git repo = https://bitbucket.org/boudiccas/dots
> TGmeds = http://www.tgmeds.org.uk
> Debian testing, fluxbox 1.3.5, emacs 24.4.1.0
>



-- 
Grant Rettke
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson

[-- Attachment #2: Type: text/html, Size: 2701 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "org-plus-contrib" yes, "org" no!
  2014-12-11  1:51 ` Grant Rettke
@ 2014-12-11  3:03   ` Sharon Kimble
  2014-12-11  3:14     ` Alexis
  2014-12-11 18:20     ` Achim Gratz
  0 siblings, 2 replies; 6+ messages in thread
From: Sharon Kimble @ 2014-12-11  3:03 UTC (permalink / raw)
  To: Grant Rettke; +Cc: org-mode

[-- Attachment #1: Type: text/plain, Size: 2468 bytes --]

Grant Rettke <gcr@wisdomandwonder.com> writes:

> My system is Emacs `24.4.1' and Org `8.2.10' using Package package
> to install org-plus-contrib and it does not install org in addition to
> org-plus-contrib. 
>
Thanks Grant.

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!

I'm puzzled!

Sharon.

> On Wed, Dec 10, 2014 at 8:16 AM, Sharon Kimble <boudiccas@skimble.plus.com> wrote:
>
>     I have this as part of my "init.org" -
>    
>     --8<---------------cut here---------------start------------->8---
>     (unless package-archive-contents    ;; Refresh the packages descriptions
>       (package-refresh-contents))
>     (setq package-load-list '(all))     ;; List of packages to load
>     (unless (package-installed-p 'org-plus-contrib)  ;; Make sure the Org package is
>       (package-install 'org-plus-contrib))           ;; installed, install it if not
>     (package-initialize t)                ;; Initialize & Install Package
>     (setq package-enable-at-startup nil)
>     --8<---------------cut here---------------end--------------->8---
>    
>     And yet almost every time that I update my packages it installs
>     "org", which I've already got with "org-plus-contrib". So I then
>     delete the fresh "org". How can I stop it installing "org" and just
>     be content with "org-plus-contrib" please? After all,
>     "org-plus-contrib" already includes "org" doesn't it?
>    
>     Thanks
>     Sharon.
>     --
>     A taste of linux = http://www.sharons.org.uk
>     my git repo = https://bitbucket.org/boudiccas/dots
>     TGmeds = http://www.tgmeds.org.uk
>     Debian testing, fluxbox 1.3.5, emacs 24.4.1.0
>
> --
> Grant Rettke
> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
> “Wisdom begins in wonder.” --Socrates
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson
>

-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "org-plus-contrib" yes, "org" no!
  2014-12-11  3:03   ` Sharon Kimble
@ 2014-12-11  3:14     ` Alexis
  2014-12-11 18:20     ` Achim Gratz
  1 sibling, 0 replies; 6+ messages in thread
From: Alexis @ 2014-12-11  3:14 UTC (permalink / raw)
  To: emacs-orgmode


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!
>
> I'm puzzled!

My guess is that the version of Org that comes bundled with Emacs is
being loaded. If so, you could try renaming the `org` directory in your
Emacs installation's `lisp` directory to e.g. `.org` so that it's not
found by default, then restart Emacs.


Alexis.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "org-plus-contrib" yes, "org" no!
  2014-12-11  3:03   ` Sharon Kimble
  2014-12-11  3:14     ` Alexis
@ 2014-12-11 18:20     ` Achim Gratz
  2014-12-12 18:31       ` Sharon Kimble
  1 sibling, 1 reply; 6+ messages in thread
From: Achim Gratz @ 2014-12-11 18:20 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "org-plus-contrib" yes, "org" no!
  2014-12-11 18:20     ` Achim Gratz
@ 2014-12-12 18:31       ` Sharon Kimble
  0 siblings, 0 replies; 6+ messages in thread
From: Sharon Kimble @ 2014-12-12 18:31 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

Achim Gratz <Stromeko@nexgo.de> writes:

> 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:
>
> (define-package "org" "29991231" "Dummy package to satisfy dependencies on org" 'nil)
>
>
> Regards,
> Achim.
Thanks Achim.

That should do it! :) I did wonder what "29991231" meant until I
realised that it was the last day of the year 2999! Nice one!

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-12 18:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 14:16 "org-plus-contrib" yes, "org" no! Sharon Kimble
2014-12-11  1:51 ` Grant Rettke
2014-12-11  3:03   ` Sharon Kimble
2014-12-11  3:14     ` Alexis
2014-12-11 18:20     ` Achim Gratz
2014-12-12 18:31       ` Sharon Kimble

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).