emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: "org-plus-contrib" yes, "org" no!
Date: Wed, 10 Dec 2014 14:16:51 +0000	[thread overview]
Message-ID: <87mw6vy4h8.fsf@skimble.plus.com> (raw)

[-- 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 --]

             reply	other threads:[~2014-12-10 14:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10 14:16 Sharon Kimble [this message]
2014-12-11  1:51 ` "org-plus-contrib" yes, "org" no! 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mw6vy4h8.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).