From e8fccb388d8b7573c01cb0f66dfb6d7826c662ca Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 18 Dec 2014 09:52:57 -0500 Subject: [PATCH 1/1] added brief explanation in build section. --- org-ref.org | 3 +++ 1 file changed, 3 insertions(+) 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")]] -- 2.39.2