From: John Kitchin Date: Sun, 25 Jan 2015 18:20:19 +0000 (-0500) Subject: get rid of message box. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=a6b2a0401a36d31acf8faa579f0c27cfc22f2a5c get rid of message box. --- 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)