From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: doi-utils, org-ref-bibtex: separate or included? Date: Sat, 23 Mar 2019 09:01:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000006408980584c36704" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7hD1-0000nB-UB for emacs-orgmode@gnu.org; Sat, 23 Mar 2019 10:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7hD0-0006Z6-OB for emacs-orgmode@gnu.org; Sat, 23 Mar 2019 10:01:15 -0400 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]:42667) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7hD0-0006XO-CZ for emacs-orgmode@gnu.org; Sat, 23 Mar 2019 10:01:14 -0400 Received: by mail-lf1-x129.google.com with SMTP id p1so3179096lfk.9 for ; Sat, 23 Mar 2019 07:01:14 -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 --0000000000006408980584c36704 Content-Type: text/plain; charset="UTF-8" I've got this code in my init: (use-package doi-utils :ensure t :after org) (use-package org-ref-bibtex :after org :init (setq org-ref-bibtex-hydra-key-binding "\C-cj")) I'm not sure where I got this code, but it errors out. There is no ELPA for these, correct? What's the best way to install these? So if I've got org-ref from an ELPA repo (it now shows up as a "dependency"), do doi-utils and org-ref-bibtex need to be separately installed? If so, what's the best way? LB --0000000000006408980584c36704 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I've got this code in my init:

(use-package doi-utils
:ensure t
:after org)

(use-package org-ref-bibtex
:after org
:init
(setq org-ref-bibtex-hydra-key-bindi= ng "\C-cj"))

I'm not sure where I go= t this code, but it errors out. There is no ELPA for these, correct? What&#= 39;s the best way to install these? So if I've got org-ref from an ELPA= repo (it now shows up as a "dependency"), do doi-utils and org-r= ef-bibtex need to be separately installed? If so, what's the best way?<= /div>

LB
--0000000000006408980584c36704--