diff --git a/openalex.el b/openalex.el index f3ccde31..dd51b967 100644 --- a/openalex.el +++ b/openalex.el @@ -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) @@ -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))