Skip to content

Commit

Permalink
set some blocks not to tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Feb 24, 2015
1 parent b261cfa commit d060f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doi-utils.org
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ The idea here is to perform a query on Crossref, get a helm buffer of candidates
#+END_EXAMPLE


#+BEGIN_SRC emacs-lisp :var data=json :results value raw
#+BEGIN_SRC emacs-lisp :var data=json :results value raw :tangle no
(let ((json-object-type 'plist)
(json (json-read-from-string data)))
(aref json 0))
Expand All @@ -1160,7 +1160,7 @@ The idea here is to perform a query on Crossref, get a helm buffer of candidates


Here is a list of helm candidates
#+BEGIN_SRC emacs-lisp :var data=json :results code
#+BEGIN_SRC emacs-lisp :var data=json :results code :tangle no
(let (;(json-object-type 'plist)
(json (json-read-from-string data)))
(mapcar (lambda (x) (cons (assoc 'fullCitation x) x)) json))
Expand Down

0 comments on commit d060f46

Please sign in to comment.