X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=README.org;h=172e75f1f04f5f7eca7915d3959976dcd6db60b3;hp=b0ae914193d5ce6d81c6bbdac39f15d6d655dbc8;hb=db5e48b34ab22da2ec8ef43d4256cabf107e286f;hpb=f5b384ef5e7621998b72bb5befa91395fdcf7fbe diff --git a/README.org b/README.org index b0ae914..172e75f 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,4 @@ +# -*- org-edit-src-content-indentation: 0; -*- #+TITLE: org-ref: citations, cross-references, indexes, glossaries and bibtex utilities for org-mode #+BEGIN_HTML @@ -45,7 +46,7 @@ You may want to set some convenient keys for working in your bibtex file: (global-set-key [f12] 'org-ref-open-in-browser) #+END_SRC -Change into the directory you cloned org-ref into and run this command to generate the elisp files. + Change into the directory you cloned org-ref into and run this command to generate the elisp files. #+BEGIN_SRC sh make tangled #+END_SRC @@ -53,16 +54,18 @@ make tangled Add the directory you cloned org-ref into to your load-path, and require the features you want. #+BEGIN_SRC emacs-lisp (add-to-list 'load-path "path-to-org-ref") +;; make sure you have dash, helm, helm-bibtex, ebib, s, f, hydra and key-chord +;; in your load-path (require 'org-ref) (require 'doi-utils) (require 'jmax-bibtex) (require 'pubmed) -(require 'arxiv) #+END_SRC +Please report errors here: [[https://github.com/jkitchin/org-ref/issues][issue]]s * Contributors -I would like to thank the following contributors to org-ref +I would like to thank the following [[https://github.com/jkitchin/org-ref/graphs/contributors][contributors]] to org-ref - https://github.com/divinenephron - https://github.com/OlafMerkert