From a8ef8f9139c8eeab9bd5a5aeffb9f957125ae0a8 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 25 Jan 2015 12:52:40 -0500 Subject: [PATCH] add message box to check prefix --- org-ref.org | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ref.org b/org-ref.org index 4276b0d..e5a3c47 100644 --- a/org-ref.org +++ b/org-ref.org @@ -2795,6 +2795,7 @@ 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