From: John Kitchin Date: Sun, 25 Jan 2015 18:30:52 +0000 (-0500) Subject: switch alternative cite selection to helm X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=9bed4a60882b93922d60110605ed9ce0de5e9e0b switch alternative cite selection to helm --- diff --git a/org-ref.org b/org-ref.org index 9086316..7f13af0 100644 --- a/org-ref.org +++ b/org-ref.org @@ -2822,6 +2822,9 @@ Technically, this function should return a string that is inserted by helm. This (t (insert (concat (if helm-current-prefix-arg + (helm :sources `((name . "link types") + (candidates . ,org-ref-cite-types) + (action . (lambda (x) x)))) (ido-completing-read "Type: " org-ref-cite-types) org-ref-default-citation-link) ":"