emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tim Cross <theophilusx@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: install confusion
Date: Tue, 23 Apr 2019 17:47:48 +1000	[thread overview]
Message-ID: <871s1tb1sr.fsf@gmail.com> (raw)
In-Reply-To: <CAFAhFSW+=ZDZQ5e2kjftMos=1LTrjm1g69k7OTGRzS1wRRfKow@mail.gmail.com>


The org-plus-contrib package is a little 'odd' in that the name of the
package is not the name of the library being installed. To get around
this, I have a use-package witht he following form

(use-package org
    :pin org
    :ensure org-plus-contrib 
    :init
    ....)

Note the :ensure line. Basically, this tells use-package to install org,
but from the org-plus-contrib package.

HTH

Tim


Lawrence Bottorff <borgauf@gmail.com> writes:

> I've got this in my init, which is in an org file with embedded elisp
> blocks:
>
> (use-package org-plus-contrib
>   :defer t
>   :ensure t
>   )
>
> then right after I have
>
> (use-package org
>     :ensure t
>     :bind (("C-c a" . org-agenda)
>            ("C-c c" . org-capture)
>            ("C-c l" . org-store-link))
>     :config
>     (setq org-ellipsis " ")
>    . . .
> )
>
> where the use-package org form has extensive config info in it. Am I wrong
> with having both? In my ELPA directory I only see org-plus-contrib-20...
> which has such things as org.el. I'm using "https://orgmode.org/elpa/ BTW.
>
> LB


-- 
Tim Cross

      reply	other threads:[~2019-04-23  7:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23  4:50 install confusion Lawrence Bottorff
2019-04-23  7:47 ` Tim Cross [this message]

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=871s1tb1sr.fsf@gmail.com \
    --to=theophilusx@gmail.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).