]> git.donarmstrong.com Git - org-ref.git/commitdiff
get rid of message box.
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Sun, 25 Jan 2015 18:20:19 +0000 (13:20 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Sun, 25 Jan 2015 18:20:19 +0000 (13:20 -0500)
org-ref.org

index e4baf37dc61040d3dde844397c8b4d1ae2650e5a..90863161b12d4ceb30e285b8b29c214e3532c42a 100644 (file)
@@ -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)