From a6b2a0401a36d31acf8faa579f0c27cfc22f2a5c Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 25 Jan 2015 13:20:19 -0500 Subject: [PATCH] get rid of message box. --- org-ref.org | 1 - 1 file changed, 1 deletion(-) diff --git a/org-ref.org b/org-ref.org index e4baf37..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) -- 2.39.2