X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=90863161b12d4ceb30e285b8b29c214e3532c42a;hp=e5a3c47bd2025ca0c8d36e87b8c5c0bc4b77c2cd;hb=a6b2a0401a36d31acf8faa579f0c27cfc22f2a5c;hpb=a8ef8f9139c8eeab9bd5a5aeffb9f957125ae0a8 diff --git a/org-ref.org b/org-ref.org index e5a3c47..9086316 100644 --- a/org-ref.org +++ b/org-ref.org @@ -2795,7 +2795,6 @@ Now, let us define a function that inserts the cite links: "Insert selected KEYS as cite link. Append KEYS if you are on a link. Technically, this function should return a string that is inserted by helm. This function does the insertion and gives helm an empty string to insert. This lets us handle appending to a link properly." (let* ((object (org-element-context))) - (message-box "prefix is %s" helm-current-prefix-arg) (cond ;; case where we are in a link ((and (equal (org-element-type object) 'link) @@ -2827,8 +2826,8 @@ Technically, this function should return a string that is inserted by helm. This org-ref-default-citation-link) ":" (s-join "," keys)))))) -;; return empty string for helm -"") + ;; return empty string for helm + "") (setq helm-bibtex-format-citation-functions '((org-mode . helm-bibtex-format-org-ref)))