From 9dad7214f94c074cf2b7dd18658a41949eac4033 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 18 Jan 2024 11:10:30 -0500 Subject: [PATCH] whitespace update --- openalex.el | 2 ++ 1 file changed, 2 insertions(+) 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))