X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=28ea7d8e9a8a13e83da52620a63bf317fca6e22d;hp=2047859e6d264b340e32f087f374c5570213d9c9;hb=b7734ac8c13e5ea2d8d6c2df59def28a07dc401e;hpb=359d450e1a5d0748c9d19e92eea7cc35337b92a2 diff --git a/org-ref.org b/org-ref.org index 2047859..28ea7d8 100644 --- a/org-ref.org +++ b/org-ref.org @@ -1539,15 +1539,16 @@ Provides a menu of context sensitive actions. If the bibtex entry has a pdf, you 'org-ref-cite-menu-funcs '("P" "ubmed" org-ref-pubmed-at-point) t)) - (add-to-list - 'org-ref-cite-menu-funcs - '("q" "uit" (lambda ())) t) - ;; add user functions (dolist (tup org-ref-user-cite-menu-funcs) (add-to-list 'org-ref-cite-menu-funcs tup t)) + + ;; finally quit + (add-to-list + 'org-ref-cite-menu-funcs + '("q" "uit" (lambda ())) t) ;; now we make a menu ;; construct menu string as a message