* doi-utils, org-ref-bibtex: separate or included?
@ 2019-03-23 14:01 Lawrence Bottorff
2019-03-23 17:26 ` John Kitchin
0 siblings, 1 reply; 2+ messages in thread
From: Lawrence Bottorff @ 2019-03-23 14:01 UTC (permalink / raw)
To: emacs-orgmode Mailinglist
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 718 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: doi-utils, org-ref-bibtex: separate or included?
2019-03-23 14:01 doi-utils, org-ref-bibtex: separate or included? Lawrence Bottorff
@ 2019-03-23 17:26 ` John Kitchin
0 siblings, 0 replies; 2+ messages in thread
From: John Kitchin @ 2019-03-23 17:26 UTC (permalink / raw)
To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-23 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-23 14:01 doi-utils, org-ref-bibtex: separate or included? Lawrence Bottorff
2019-03-23 17:26 ` John Kitchin
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).