From 56ba56b8a81178a301fb174d8d8c6623f9ed3e3b Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 26 Jan 2015 15:13:53 -0500 Subject: [PATCH] rm message box --- org-ref.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-ref.org b/org-ref.org index 0c2e1d9..cde0cef 100644 --- a/org-ref.org +++ b/org-ref.org @@ -3131,7 +3131,6 @@ C-u C-u will change the key at point to the selected keys. (insert (concat "," (mapconcat 'identity keys ",")))) ;; double prefix, replace key at point ((equal helm-current-prefix-arg '(16)) - (message-box "Replacing %s with %s" (car (org-ref-get-bibtex-key-and-file)) (mapconcat 'identity keys ",")) (setf (buffer-substring @@ -3146,7 +3145,7 @@ C-u C-u will change the key at point to the selected keys. ;; replace space at end to avoid collapsing into next word. " "))) (t - (message-box "Not found")))) + (message "Not found")))) ;; We are next to a link, and we want to append ;; next to a link means one character back is on a link. -- 2.39.2