]> git.donarmstrong.com Git - org-ref.git/commitdiff
add tangle to two blocks
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 26 Jan 2015 20:31:26 +0000 (15:31 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 26 Jan 2015 20:31:26 +0000 (15:31 -0500)
org-ref.org

index 1f66c11842d017843aa391a27cc66e13bc4debc8..7d66a799189df41c15debbeae0fb6c2a5c2926fb 100644 (file)
@@ -1100,7 +1100,7 @@ Now, we can put all the labels together which will give us a list of candidates.
 #+END_SRC
 
 Let us make a helm function to insert a label link. This will help you enter unique labels.
-#+BEGIN_SRC emacs-lisp
+#+BEGIN_SRC emacs-lisp :tangle org-ref.el
 (defun org-ref-helm-insert-label-link ()
   "Insert a label link. helm just shows you what labels already exist."
   (interactive)
@@ -1142,7 +1142,7 @@ Alternatively, you may want to just call a function that inserts a link with com
 
 Another alternative ref insertion is to use helm.
 
-#+BEGIN_SRC emacs-lisp
+#+BEGIN_SRC emacs-lisp :tangle org-ref.el
 (defun org-ref-helm-insert-ref-link ()
   "Helm menu to insert ref links to labels in the document.
 Use C-u to insert a different kind of ref link."