X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=7f13af029ba26b9c2fa80fe4fbcb97499bacb40d;hp=90863161b12d4ceb30e285b8b29c214e3532c42a;hb=9bed4a60882b93922d60110605ed9ce0de5e9e0b;hpb=a6b2a0401a36d31acf8faa579f0c27cfc22f2a5c 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) ":"