X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=README.org;h=90a2443bef864edd1b7083e9873507dee4212ce7;hp=024bab840e4155691d9cfb61e05b95a3db2137b2;hb=934711c2a58e292cd00c8b277c08d824e68db779;hpb=7b6eedc9d1d351bb4913c907ad0dcd4209e7537b diff --git a/README.org b/README.org index 024bab8..90a2443 100644 --- a/README.org +++ b/README.org @@ -1,8 +1,10 @@ #+TITLE: org-ref: citations, cross-references, indexes, glossaries and bibtex utilities for org-mode -You should read [[./org-ref.org]]. It contains all documentation and installation instructions. +See http://www.youtube.com/watch?v=Zya8SfmCtFA and https://www.youtube.com/watch?v=JyvpSVl4_dg for examples of org-ref in action. -[[./doi-utils.org]] contains functions for downloading bibtex entries from a DOI, and redefines the org-mode doi link so it has more functionality. +[[./org-ref.org]] contains all documentation and installation instructions. + +[[./doi-utils.org]] contains functions for downloading bibtex entries from a DOI, and redefines the org-mode doi link so it has more functionality. [[./jmax-bibtex.el]] contains some utility functions: @@ -15,3 +17,10 @@ You should read [[./org-ref.org]]. It contains all documentation and installatio 4. Function to replace non-ascii characters in bibtex entries 5. Functions to replace journal names with @string entries, and corresponding short/long names. + +To install this, add the org-ref repo directory to your load-path, and + +#+BEGIN_SRC emacs-lisp +(add-to-list 'load-path "path-to-org-ref") +(require 'jmax-bibtex) +#+END_SRC