From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: install confusion Date: Mon, 22 Apr 2019 23:50:08 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000007a0a0805872b5291" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hInYn-0008HM-Ud for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 01:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hInNw-0003lv-8c for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 00:50:25 -0400 Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]:45973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hInNv-0003eg-Te for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 00:50:24 -0400 Received: by mail-lj1-x230.google.com with SMTP id y6so12183140ljd.12 for ; Mon, 22 Apr 2019 21:50:23 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --0000000000007a0a0805872b5291 Content-Type: text/plain; charset="UTF-8" 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 --0000000000007a0a0805872b5291 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'v= e got this in my init, which is in an org file with embedded elisp blocks:<= div>
(use-package org-plus-contrib
=C2=A0 :def= er t
=C2=A0 :ensure t
=C2=A0 )

then right after I have=C2=A0

(use-pac= kage org
=C2=A0 =C2=A0 :ensure t
=C2=A0 =C2=A0 :bind ((= "C-c a" . org-agenda)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0("C-c c" . org-capture)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0("C-c l" . org-store-link))
=C2=A0 = =C2=A0 :config
=C2=A0 =C2=A0 (setq org-ellipsis " ")
=C2=A0 =C2=A0. . .
)

w= here the use-package org form has extensive config info in it. Am I wrong w= ith having both? In my ELPA directory I only see org-plus-contrib-20... whi= ch has such things as org.el. I'm using=C2=A0"https://orgmode.org/elpa/ BTW.

LB
--0000000000007a0a0805872b5291--