emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Sharon Kimble
Subject: [O] "org-plus-contrib" yes, "org" no!
Date: Wed, 10 Dec 2014 14:16:51 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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: signature.asc
Description: PGP signature


reply via email to

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