Skip to content

Commit

Permalink
whitespace update
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jan 18, 2024
1 parent 30cdaad commit 9dad721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openalex.el
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ With prefix arg ASCENDING sort from low to high."
(interactive)
(oa--cited-by-works (concat "doi:" (org-ref-get-doi-at-point))))


(defun oa-open ()
"Open the cite at point in OpenAlex."
(interactive)
Expand Down Expand Up @@ -608,6 +609,7 @@ ${(oa--abstract result)}
" 'oa--replacer result)))))
entries))


(defun oa--abstract (wrk)
"Construct an abstract from a WRK."
(let* ((aii (plist-get wrk :abstract_inverted_index))
Expand Down

0 comments on commit 9dad721

Please sign in to comment.