]> git.donarmstrong.com Git - org-ref.git/commitdiff
added brief explanation in build section.
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 18 Dec 2014 14:52:57 +0000 (09:52 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 18 Dec 2014 14:52:57 +0000 (09:52 -0500)
org-ref.org

index 25a267efc43fd9a67d6e70190a903781d1a567cd..098dc5760eae7513282a0206fa34e881127f2857 100644 (file)
@@ -2649,9 +2649,12 @@ I like convenience. Here are some aliases for faster typing.
 #+END_SRC
 
 * Build                                                                   :noexport:
+This code will tangle the elisp code out to org-ref.el and load it.
 
 [[elisp:(progn (org-babel-tangle) (load-file "org-ref.el"))]]
 
+Alternatively you may use:
+
 [[elisp:(org-babel-load-file "org-ref.org")]]