From: John Kitchin Date: Thu, 18 Dec 2014 14:52:57 +0000 (-0500) Subject: added brief explanation in build section. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=e8fccb388d8b7573c01cb0f66dfb6d7826c662ca;ds=sidebyside added brief explanation in build section. --- diff --git a/org-ref.org b/org-ref.org index 25a267e..098dc57 100644 --- a/org-ref.org +++ b/org-ref.org @@ -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")]]