]> git.donarmstrong.com Git - org-ref.git/blobdiff - README.org
remove doi add from region command.
[org-ref.git] / README.org
index 024bab840e4155691d9cfb61e05b95a3db2137b2..90a2443bef864edd1b7083e9873507dee4212ce7 100644 (file)
@@ -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