From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Lawrence Bottorff <borgauf@gmail.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: doi-utils, org-ref-bibtex: separate or included?
Date: Sat, 23 Mar 2019 13:26:59 -0400 [thread overview]
Message-ID: <m2imw9v6vw.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <CAFAhFSWNyRNsOzg=SfXznxphY+oE6m9Xp1OEdBW7dUTZb5UOoA@mail.gmail.com>
You can install org-ref from Melpa, and it has both of these packages
included in it.
I am pretty sure all you need is something like
(use-package org-ref
:init
(setq org-ref-bibtex-hydra-key-binding (kbd "\C-cj")))
you should load org first anyway, so the :after should not be needed.
Lawrence Bottorff <borgauf@gmail.com> writes:
> 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
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
prev parent reply other threads:[~2019-03-23 17:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 14:01 doi-utils, org-ref-bibtex: separate or included? Lawrence Bottorff
2019-03-23 17:26 ` John Kitchin [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=m2imw9v6vw.fsf@andrew.cmu.edu \
--to=jkitchin@andrew.cmu.edu \
--cc=borgauf@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).