X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=098dc5760eae7513282a0206fa34e881127f2857;hp=25a267efc43fd9a67d6e70190a903781d1a567cd;hb=e8fccb388d8b7573c01cb0f66dfb6d7826c662ca;hpb=a458bf92870e9817d2b94ac216ce225fbad5d9fc 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")]]