From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey Spencer Subject: Bug: Starting org-mode with certain files often freezes emacs [9.2.3 (9.2.3-4-g6ec402-elpaplus @ /Users/bigtyme/Programs/scimax/elpa/org-plus-contrib-20190408/)] Date: Tue, 9 Apr 2019 07:48:45 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000009e276605861860ce" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDqBw-0006Qj-R4 for emacs-orgmode@gnu.org; Tue, 09 Apr 2019 08:49:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDqBV-0002L8-RI for emacs-orgmode@gnu.org; Tue, 09 Apr 2019 08:49:32 -0400 Received: from mail-yb1-xb42.google.com ([2607:f8b0:4864:20::b42]:45314) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDqBU-0002JW-Gg for emacs-orgmode@gnu.org; Tue, 09 Apr 2019 08:49:05 -0400 Received: by mail-yb1-xb42.google.com with SMTP id b18so6440769yba.12 for ; Tue, 09 Apr 2019 05:49:03 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --0000000000009e276605861860ce Content-Type: text/plain; charset="UTF-8" Org-mode freezes emacs sometimes when loading specific org files first. I am not sure why this occurs, but I noticed that if I load certain org-mode files that I know have had no problems in the past before the org-files that freeze. emacs won't freeze when loading them. So I typically load an org-file I know that has no problems then proceed to load any others as the files will then load fine. Mainly this is a problem on initial startup of emacs because no org-files have been loaded. I am not sure what would be causing the error. but is there a way to check. Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ------------------------------------------------------------------------ Emacs : GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G22010)) of 2019-02-19 Package: Org mode version 9.2.3 (9.2.3-4-g6ec402-elpaplus @ /Users/bigtyme/Programs/scimax/elpa/org-plus-contrib-20190408/) current state: ============== (setq org-src-mode-hook '((lambda nil (setq visual-fill-column-center-text t) (setq visual-fill-column-width 200) (setq visual-fill-column-mode nil)) org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-latex-minted-langs '((jupyter-hy "hylang") (emacs-lisp "common-lisp") (cc "c++") (cperl "perl") (shell-script "bash") (caml "ocaml")) org-latex-listings 'minted org-agenda-todo-ignore-timestamp t org-babel-after-execute-hook '(scimax-align-result-table org-display-inline-images) org-metadown-hook '(org-babel-pop-to-session-maybe) org-after-todo-statistics-hook '(org-summary-todo) org-export-with-sub-superscripts '{} org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function org-speed-commands-user '(("T" . org-teleport) ("q" closure (t) nil (let ((avy-keys (or (cdr (assq 'avy-goto-line avy-keys-alist)) avy-keys)) (avy-style (or (cdr (assq 'avy-goto-line avy-styles-alist)) avy-style) ) (avy-command 'avy-goto-line)) (setq avy-action nil) (fset 'avy-resume #'(lambda nil (interactive) (avy--generic-jump "^\\*+" nil avy-style)) ) (avy--generic-jump "^\\*+" nil avy-style)) ) ("k" closure (t) nil (org-mark-subtree) (kill-region (region-beginning) (region-end))) ("S" . widen) ("m" . org-mark-subtree) ("d" . org-deadline) ("P" . org-set-property)) org-checkbox-statistics-hook '(scimax-radio-CcCc) org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("" "lmodern" nil) ("T1" "fontenc" t) ("" "fixltx2e" nil) ("" "graphicx" t) ("" "longtable" nil) ("" "float" nil) ("" "wrapfig" nil) ("" "rotating" nil) ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t) ("" "marvosym" t) ("" "wasysym" t) ("" "amssymb" t) ("" "amsmath" t) ("theorems, skins" "tcolorbox" t) ("version=3" "mhchem" t) ("numbers,super,sort&compress" "natbib" nil) ("" "natmove" nil) ("" "url" nil) ("" "minted" nil) ("" "underscore" nil) ("linktocpage,pdfstartview=FitH,colorlinks,\nlinkcolor=blue,anchorcolor=blue,\ncitecolor=blue,filecolor=blue,menucolor=blue,urlcolor=blue" "hyperref" nil) ("" "attachfile" nil)) org-ref-create-notes-hook '((lambda nil (org-narrow-to-subtree) (insert (format "cite:%s\n" (org-entry-get (point) "Custom_ID"))) ) ) org-src-tab-acts-natively t org-odt-format-headline-function 'org-odt-format-headline-default-function org-latex-pdf-process 'ox-manuscript-latex-pdf-process org-download-annotate-function 'org-download-annotate-default org-agenda-files '("gtd.org" "done.org") org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-ref-pdf-directory "~/Google-dr/Research/Papers/" org-archive-location "archive/%s_archive::" org-id-link-to-org-use-id 'create-if-interactive org-mode-hook '(scimax-autoformat-mode (lambda nil (setq visual-fill-column-center-text nil) (setq visual-fill-column-width 108) (set (make-local-variable 'hl-todo-keyword-faces) '(("HOLD" . "#d0bf8f") ("T0D0" . "#cc9393") ("TOD0" . "#cc9393") ("TODOO" . "#cc9393") ("THEM" . "#dc8cc3") ("PROG" . "#7cb8bb") ("OKAY" . "#7cb8bb") ("DONT" . "#5f7f5f") ("FAIL" . "#8c5353") ("FINISHED" . "#afd8af") ("UNSURE" . "#dc8cc3") ("T000" . "#cc9393") ("NOTE" . "#d0bf8f") ("KLUDGE" . "#d0bf8f") ("HACK" . "#d0bf8f") ("TEMP" . "#d0bf8f") ("FIXME" . "#cc9393") ("XXX+" . "#cc9393") ("\\?\\?\\?+" . "#cc9393")) ) (hl-todo-mode)) jj/ws-butler-mode-if-whitespace-initially-not-clean (lambda nil (flyspell-mode 1) (flycheck-mode 1)) #[0 "\301\211 \207" [imenu-create-index-function org-imenu-get-tree] 2] er/add-org-mode-expansions (lambda nil (font-lock-add-keywords nil '(("" 0 font-lock-warning-face t)) t) ) #[0 "\305 \306 >\203 \307\n\310\311#\210\307 \312\313#\210\307 \314\315#\210\306 >\203,\307\n\316\317#\210\307\n\320\321#\210\322 >\203>\307 \323\324#\210\307 \325\324#\210\326 >\203P\307\n\327\317#\210\307\n\330\321#\210\331 >\203_\332\311\f\333BC\334#\210\335 >\203k\332\311\336\334#\210\337 >\203w\332\311\340\334#\210\341\342\343\344\311$\210\345\342\311\"\210\342\207" [org-mouse-context-menu-function org-mouse-features org-mouse-map org-mode-map org-outline-regexp org-mouse-context-menu context-menu org-defkey [mouse-3] nil [mouse-3] org-mouse-show-context-menu [down-mouse-1] org-mouse-down-mouse [C-drag-mouse-1] org-mouse-move-tree [C-down-mouse-1] org-mouse-move-tree-start yank-link [S-mouse-2] org-mouse-yank-link [drag-mouse-3] move-tree [drag-mouse-3] [down-mouse-3] activate-stars font-lock-add-keywords (0 `(face org-link mouse-face highlight keymap ,org-mouse-map) 'prepend) t activate-bullets (("^[ ]*\\ ([-+*]\\|[0-9]+[.)]\\) +" (1 `(face org-link keymap ,org-mouse-map mouse-face highlight) 'prepend) ) ) activate-checkboxes (("^[ ]*\\ ([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)" (2 `(face bold keymap ,org-mouse-map mouse-face highlight) t) ) ) ad-add-advice org-open-at-point (org-mouse-open-at-point nil t (advice lambda nil (let ((context (org-context) ) ) (cond ((assq :headline-stars context) (org-cycle) ) ((assq :checkbox context) (org-toggle-checkbox) ) ((assq :item-bullet context) (let ((org-cycle-include-plain-lists t) ) (org-cycle) ) ) ((org-footnote-at-reference-p) nil) (t ad-do-it) ) ) ) ) around ad-activate] 5] org-ref-org-menu ob-ipython-org-menu ob-ipython-auto-configure-kernels #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-show-all append local] 5] #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes flycheck-mode org-eldoc-load ob-ipython-key-bindings ob-ipython-activate-buttons) org-inline-image-resize-function 'org-inline-image-resize org-ref-insert-cite-function 'org-ref-helm-insert-cite-link org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-outline-path-complete-in-steps nil org-archive-hook '(org-attach-archive-delete-maybe) org-ref-bibtex-hydra-key-binding [16777314] org-confirm-elisp-link-function nil org-startup-indented t org-startup-with-inline-images "inlineimages" org-agenda-skip-timestamp-if-done t org-ref-clean-bibtex-key-function '(lambda (key) (replace-regexp-in-string ":" "" key)) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-metaup-hook '(org-babel-load-in-session-maybe) org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3 "\n\n(fn ENTRY)"] org-from-is-user-regexp "\\\\|\\" org-ref-cite-keymap '(keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"] org-latex-title-command "" org-babel-pre-tangle-hook '(save-buffer) org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-ref-bibliography-notes "~/Google-dr/Research/MyWork/Bibtex/libraryNotes.bib" org-babel-load-languages '((emacs-lisp . t) (latex . t) (python . t) (shell . t) (matlab . t) (sqlite . t) (ruby . t) (perl . t) (org . t) (dot . t) (plantuml . t) (R . t) (fortran . t) (C . t)) org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi orcb-key-comma org-ref-replace-nonascii orcb-& orcb-% org-ref-title-case-article orcb-clean-year orcb-key orcb-clean-doi orcb-clean-pages orcb-check-journal org-ref-sort-bibtex-entry orcb-fix-spacing) org-log-done 'time org-ref-insert-label-function 'org-ref-helm-insert-label-link org-download-screenshot-method "screencapture -i %s" org-font-lock-hook '(org-inlinetask-fontify) org-ref-open-pdf-function 'org-ref-open-pdf-at-point org-highlight-latex-and-related '(latex script entities) org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"] org-list-demote-modify-bullet '(("+" . "-") ("-" . "*") ("*" . "+") ("1." . "a.") ("a." . "+") ("A." . "+") ("1)" . "a)") ("a)" . "1.") ("A)" . "1.")) org-ref-open-notes-function '(lambda nil (org-show-entry) (outline-show-branches) (outline-show-children) (org-cycle '(64)) (recenter-top-bottom 0)) org-src-lang-modes '(("jupyter-python" . python) ("jupyter-R" . R) ("jupyter-hy" . hy) ("ipython" . python) ("arduino" . arduino) ("redis" . redis) ("php" . php) ("C" . c) ("C++" . c++) ("asymptote" . asy) ("bash" . sh) ("beamer" . latex) ("calc" . fundamental) ("cpp" . c++) ("ditaa" . artist) ("dot" . fundamental) ("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" . shell-script) ("shell" . sh) ("sqlite" . sql)) org-src-preserve-indentation t org-catch-invisible-edits 'smart org-occur-hook '(org-first-headline-recenter) org-agenda-mode-hook '((lambda nil (define-key org-agenda-mode-map [remap end-of-buffer] 'jj/org-agenda-end-of-buffer) ) (lambda nil (define-key org-agenda-mode-map [remap beginning-of-buffer] 'jj/org-agenda-beginning-of-buffer) ) #[0 "\302 \303 \304\305#\210\303 \306\307#\210\303 \310\311#\210\303 \312\313#\210\303 \314\315#\207" [org-mouse-context-menu-function org-agenda-mode-map org-mouse-agenda-context-menu org-defkey [mouse-3] org-mouse-show-context-menu [down-mouse-3] org-mouse-move-tree-start [C-mouse-4] org-agenda-earlier [C-mouse-5] org-agenda-later [drag-mouse-3] #[257 "\300 !\211\301\267\202 \302\303!\202 \304\303!\202 \305\207" [org-mouse-get-gesture #s (hash-table size 2 test eql rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (:left 9 :right 15) ) org-agenda-earlier 1 org-agenda-later nil] 4 "\n\n(fn EVENT)" "e"] ] 4] ) org-cycle-separator-lines 1 org-ref-bibtex-assoc-pdf-with-entry-move-function 'rename-file org-ref-insert-link-function 'org-ref-helm-insert-cite-link org-ref-insert-ref-function 'org-ref-helm-insert-ref-link org-ctrl-c-ctrl-c-hook '(scimax-radio-CcCc) org-cycle-hook '(org-inlinetask-hide-tasks org-cycle-hide-archived-subtrees org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)") (sequence "|" "CANCELED(c)")) org-speed-command-hook '(org-speed-mail-merge org-speed-command-activate org-babel-speed-command-activate) org-ref-default-bibliography '("~/Google-dr/Research/MyWork/Bibtex/library.bib") org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function org-latex-prefer-user-labels t org-babel-tangle-lang-exts '(("D" . "d") ("C++" . "cpp") ("fortran" . "F90") ("perl" . "pl") ("ruby" . "rb") ("latex" . "tex") ("python" . "py") ("emacs-lisp" . "el") ("elisp" . "el")) org-return-follows-link t org-refile-allow-creating-parent-nodes 'confirm org-refile-use-outline-path 'file org-id-locations-file "/Users/bigtyme/Programs/scimax/user/.org-id-locations" org-confirm-shell-link-function nil org-link-parameters '(("bookmark-other-win" :follow bookmark-jump-other-window :export nil) ("bookmark" :follow bookmark-jump :export nil) ("eww" :follow eww :store org-eww-store-link) ("rmail" :follow org-rmail-open :store org-rmail-store-link) ("mhe" :follow org-mhe-open :store org-mhe-store-link) ("irc" :follow org-irc-visit :store org-irc-store-link :export org-irc-export) ("info" :follow org-info-open :export org-info-export :store org-info-store-link) ("gnus" :follow org-gnus-open :store org-gnus-store-link) ("docview" :follow org-docview-open :export org-docview-export :store org-docview-store-link) ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete org-bbdb-complete-link :store org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("nb" :follow nb-follow :store nb-store-link :complete nb-complete-link :help-echo nb-link-tooltip :activate-func nb-activate-link :face nb-link-face :keymap (keymap (C-mouse-1 . nb-event) (27 keymap (102 . nb-link-projectile-find-file) (101 . nb-link-explorer) (98 . nb-link-bash)) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("man" :follow (closure (t) (path) (man path)) :store org-man-store-link) ("altmetric" :follow (closure (t) (doi) (browse-url (format "http://dx.doi.org/%s" doi))) :export (closure (t) (keyword desc format) (cond ((eq format 'html) (format "\n
" keyword) ) ((eq format 'latex) "")) ) ) ("attachfile" :follow (closure (t) (link-string) (org-open-file link-string)) :export (closure (t) (keyword desc format) (cond ((eq format 'html) (format "")) ((eq format 'latex) (format "\\attachfile{%s}" keyword))) ) ) ("pydoc" :follow (closure (t) (path) (pydoc path)) :export (closure (t) (path desc format) "Generate a url" (let (url) (setq url (cond ((s-starts-with\? "scipy" path) (format "https://docs.scipy.org/doc/scipy/reference/generated/%s.html" path) ) ((s-starts-with\? "numpy" path) (format "https://docs.scipy.org/doc/numpy/reference/generated/%s.html" path) ) (t (format "https://www.google.com/#safe=off&q=%s" path))) ) (cond ((eq format 'md) (format "[%s](%s)" (or desc path) url)))) ) ) ("id" :follow org-id-open) ("wos-search" :follow (closure (t) (path) (browse-url (format " http://gateway.webofknowledge.com/gateway/Gateway.cgi?topic=%s&GWVersion=2&SrcApp=WEB&SrcAuth=HSB&DestApp=UA&DestLinkType=GeneralSearchSummary " (s-join "+" (split-string path) ) ) ) ) :export (closure (t) (link desc format) (cond ((eq format 'html) (format "%s" (format " http://gateway.webofknowledge.com/gateway/Gateway.cgi?topic=%s&GWVersion=2&SrcApp=WEB&SrcAuth=HSB&DestApp=UA&DestLinkType=GeneralSearchSummary " (s-join "+" (split-string link) ) ) (or desc link)) ) ) ) ) ("wos" :follow (closure (t) (accession-number) (browse-url (concat " http://ws.isiknowledge.com/cps/openurl/service?url_ver=Z39.88-2004&rft_id=info:ut/" accession-number) ) ) :export (closure (t) (accession-number desc format) (cond ((eq format 'html) (format "%s" accession-number (or desc (concat "wos:" accession-number) ) ) ) ) ) ) ("scopusid" :follow (closure (url-http-end-of-headers t) (link-string) (browse-url (format "http://www.scopus.com/authid/detail.url?origin=AuthorProfile&authorId=%s" link-string) ) ) :export (closure (url-http-end-of-headers t) (keyword desc format) (cond ((eq format 'latex) (format "\\href{ http://www.scopus.com/authid/detail.url?origin=AuthorProfile&authorId=%s}{%s }" keyword (or desc (concat "scopusid:" keyword) ) ) ) ((eq format 'html) (format "%s" keyword (or desc (concat "scopusid:" keyword) ) ) ) ) ) ) ("scopus-advanced-search" :follow (closure (url-http-end-of-headers t) (query) (scopus-advanced-search query)) :export (closure (url-http-end-of-headers t) (query desc format) (let ((url (format " http://www.scopus.com/results/results.url?sort=plf-f&src=s&sot=a&sdt=a&sl=%s&s=%s&origin=searchadvanced " (length (url-hexify-string query) ) (url-hexify-string query)) ) ) (cond ((eq format 'html) (format "%s" url (or desc query))) ((eq format 'latex) (format "\\href{%s}{%s}" url (or desc query))) ) ) ) ) ("scopus-search" :follow (closure (url-http-end-of-headers t) (query) (scopus-basic-search query)) :export (closure (url-http-end-of-headers t) (query desc format) (let ((url (format " http://www.scopus.com/results/results.url?sort=plf-f&src=s&sot=b&sdt=b&sl=%s&s=TITLE-ABS-KEY%%28%s%%29&origin=searchbasic " (length (url-unhex-string (concat "TITLE-ABS-KEY%28" (url-hexify-string query) "%29") ) ) (url-hexify-string query)) ) ) (cond ((eq format 'html) (format "%s" url (or desc query))) ((eq format 'latex) (format "\\href{%s}{%s}" url (or desc query))) ) ) ) ) ("eid" :follow (closure (url-http-end-of-headers t) (eid) "Opens the hydra menu." (setq *hydra-eid* eid) (scopus-hydra/body)) :export (closure (url-http-end-of-headers t) (keyword desc format) (cond ((eq format 'html) (format "%s" keyword (or desc keyword)) ) ((eq format 'latex) (format "\\href{ http://www.scopus.com/record/display.url?eid=%s&origin=resultslist}{%s}" keyword (or desc keyword)) ) ) ) ) ("arxiv" :follow (closure (url-http-end-of-headers t) (link-string) (browse-url (format "http://arxiv.org/abs/%s" link-string))) :export (closure (url-http-end-of-headers t) (keyword desc format) (cond ((eq format 'html) (format "arxiv:%s" keyword (or desc keyword)) ) ((eq format 'latex) (format "\\url{http://arxiv.org/abs/%s}{%s}" keyword (or desc keyword)) ) ) ) ) ("printindex" :follow org-ref-index :export (lambda (path desc format) (cond ((eq format 'latex) (format "\\printindex")))) ) ("index" :follow (lambda (path) (occur path)) :export (lambda (path desc format) (cond ((eq format 'latex) (format "\\index{%s}" path)))) ) ("bibentry" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-bibentry :complete org-bibentry-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Autocites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Autocites :complete org-Autocites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("autocites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-autocites :complete org-autocites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("supercites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-supercites :complete org-supercites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Textcites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Textcites :complete org-Textcites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("textcites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-textcites :complete org-textcites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Smartcites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Smartcites :complete org-Smartcites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("smartcites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-smartcites :complete org-smartcites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("footcitetexts" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-footcitetexts :complete org-footcitetexts-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("footcites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-footcites :complete org-footcites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Parencites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Parencites :complete org-Parencites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("parencites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-parencites :complete org-parencites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Cites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Cites :complete org-Cites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("cites" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-cites :complete org-cites-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("fnotecite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-fnotecite :complete org-fnotecite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Pnotecite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Pnotecite :complete org-Pnotecite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("pnotecite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-pnotecite :complete org-pnotecite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Notecite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Notecite :complete org-Notecite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("notecite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-notecite :complete org-notecite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("footfullcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-footfullcite :complete org-footfullcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("fullcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-fullcite :complete org-fullcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeurl" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeurl :complete org-citeurl-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citedate*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citedate* :complete org-citedate*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citedate" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citedate :complete org-citedate-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citetitle*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citetitle* :complete org-citetitle*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citetitle" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citetitle :complete org-citetitle-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citeauthor*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citeauthor* :complete org-Citeauthor*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Autocite*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Autocite* :complete org-Autocite*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("autocite*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-autocite* :complete org-autocite*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Autocite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Autocite :complete org-Autocite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("autocite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-autocite :complete org-autocite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("supercite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-supercite :complete org-supercite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("parencite*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-parencite* :complete org-parencite*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("cite*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-cite* :complete org-cite*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Smartcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Smartcite :complete org-Smartcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("smartcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-smartcite :complete org-smartcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Textcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Textcite :complete org-Textcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("textcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-textcite :complete org-textcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("footcitetext" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-footcitetext :complete org-footcitetext-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("footcite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-footcite :complete org-footcite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Parencite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Parencite :complete org-Parencite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("parencite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-parencite :complete org-parencite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Cite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Cite :complete org-Cite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citeauthor" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citeauthor :complete org-Citeauthor-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citealp" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citealp :complete org-Citealp-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citealt" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citealt :complete org-Citealt-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citep" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citep :complete org-Citep-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("Citet" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-Citet :complete org-Citet-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeyearpar" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeyearpar :complete org-citeyearpar-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeyear*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeyear* :complete org-citeyear*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeyear" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeyear :complete org-citeyear-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeauthor*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeauthor* :complete org-citeauthor*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citeauthor" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citeauthor :complete org-citeauthor-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citetext" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citetext :complete org-citetext-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citenum" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citenum :complete org-citenum-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citealp*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citealp* :complete org-citealp*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citealp" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citealp :complete org-citealp-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citealt*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citealt* :complete org-citealt*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citealt" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citealt :complete org-citealt-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citep*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citep* :complete org-citep*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citep" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citep :complete org-citep-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citet*" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citet* :complete org-citet*-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("citet" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-citet :complete org-citet-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("nocite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-nocite :complete org-nocite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) ) ("cite" :follow (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export org-ref-format-cite :complete org-cite-complete-link :help-echo (lambda (window object position) (when org-ref-show-citation-on-enter (save-excursion (goto-char position) (let ((s (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor)) ) ) (with-temp-buffer (insert s) (fill-paragraph) (buffer-string)) ) ) ) ) :face org-ref-cite-link-face-fn :display full :keymap (keymap (S-up . org-ref-sort-citation-link) (S-right lambda nil (interactive) (org-ref-swap-citation-link 1)) (S-left lambda nil (interactive) (org-ref-swap-citation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-previous-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in the killring is a key." (interactive) (org-ref-insert-key-at-point (car kill-ring))) (16777303 lambda nil "Copy all the keys at point." (interactive) (kill-new (org-element-property :path (org-element-context)))) (16777335 lambda nil (interactive) (kill-new (car (org-ref-get-bibtex-key-and-file)))) (16777318 lambda nil (interactive) (save-excursion (org-ref-open-citation-at-point) (kill-new (org-ref-format-bibtex-entry-at-point))) ) (16777319 . org-ref-google-scholar-at-point) (16777317 lambda nil "Email entry at point" (interactive) (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry)) (16777315 . org-ref-wos-citing-at-point) (16777330 . org-ref-wos-related-at-point) (16777326 . org-ref-open-notes-at-point) (16777328 . org-ref-open-pdf-at-point) (16777333 . org-ref-open-url-at-point) (16777314 . org-ref-open-citation-at-point) (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) :store org-ref-bibtex-store-link) ("Cref" :follow org-ref-ref-follow :export org-ref-Cref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("cref" :follow org-ref-ref-follow :export org-ref-cref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("autoref" :follow org-ref-ref-follow :export org-ref-autoref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("eqref" :follow org-ref-ref-follow :export org-ref-eqref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("nameref" :follow org-ref-ref-follow :export org-ref-export-nameref :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("pageref" :follow org-ref-ref-follow :export (lambda (path desc format) (cond ((eq format 'html) (format "(%s)" path)) ((eq format 'latex) (format "\\pageref{%s}" path))) ) :face org-ref-ref-face-fn :complete org-pageref-complete-link :help-echo org-ref-ref-help-echo) ("ref" :follow org-ref-ref-follow :export org-ref-ref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :help-echo org-ref-ref-help-echo) ("label" :follow (lambda (label) "On clicking count the number of label tags used in the buffer.\nA number greater than one means multiple labels!" (let ((count (org-ref-count-labels label) ) ) (message (format "%s occurence%s" count (if (or (= count 0) (> count 1) ) "s" "") ) (org-ref-count-labels label) ) ) ) :export (lambda (keyword desc format) (cond ((eq format 'html) (format "
" keyword)) ((eq format 'md) (format "" keyword)) ((eq format 'latex) (format "\\label{%s}" keyword))) ) :store org-label-store-link :face org-ref-label-face-fn :help-echo (lambda (window object position) (save-excursion (goto-char position) (let ((s (org-ref-link-message))) (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert s) (fill-paragraph) (buffer-string)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))) ) ) ) ) ) ) ("list-of-tables" :follow org-ref-list-of-tables :export (lambda (keyword desc format) (cond ((eq format 'latex) (format "\\listoftables")))) ) ("list-of-figures" :follow org-ref-list-of-figures :export (lambda (keyword desc format) (cond ((eq format 'latex) (format "\\listoffigures")))) ) ("addbibresource" :follow org-ref-follow-addbibresource :export (lambda (keyword desc format) (cond ((eq format 'html) (format "")) ((eq format 'latex) (format "\\addbibresource{%s}" keyword))) ) ) ("bibliographystyle" :export (lambda (keyword desc format) (cond ((or (eq format 'latex) (eq format 'beamer)) (format "\\bibliographystyle{%s}" keyword)) (t "")) ) ) ("printbibliography" :follow org-ref-open-bibliography :export (lambda (keyword desc format) (cond ((eq format 'org) (org-ref-get-org-bibliography)) ((eq format 'html) (org-ref-get-html-bibliography)) ((eq format 'latex) org-ref-printbibliography-cmd)) ) ) ("nobibliography" :follow org-ref-open-bibliography :export org-ref-nobibliography-format) ("bibliography" :follow org-ref-open-bibliography :export org-ref-bibliography-format :complete org-bibliography-complete-link :help-echo (lambda (window object position) (save-excursion (goto-char position) (let ((s (org-ref-link-message))) (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert s) (fill-paragraph) (buffer-string)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))) ) ) ) ) ) :face org-ref-bibliography-face-fn) ("Acp" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "Acp" . "Glspl") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("acp" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "acp" . "glspl") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("Ac" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "Ac" . "Gls") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("ac" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "ac" . "gls") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("acrfull" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "acrfull" . "acrfull") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("acrlong" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "acrlong" . "acrlong") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("acrshort" :follow or-follow-acronym :face org-ref-acronym-face :help-echo or-acronym-tooltip :export (closure ((mapping "acrshort" . "acrshort") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" (cdr mapping) path)) (t (format "%s" (upcase path)))) ) ) ("glslink" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure (t) (path desc format) (cond ((eq format 'latex) (format "\\glslink{%s}{%s}" path desc)) (t (format "%s" path))) ) ) ("glsdesc" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "glsdesc") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("glssymbol" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "glssymbol") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("Glspl" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "Glspl") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("Gls" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "Gls") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("glspl" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "glspl") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("gls" :follow or-follow-glossary :face org-ref-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "gls") (--dolist-tail--) t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" command path)) (t (format "%s" path))) ) ) ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link) ("file+sys") ("file+emacs") ("elfeed" :follow elfeed-link-open :store elfeed-link-store-link) ("doi" :follow doi-link-menu :export (lambda (doi desc format) (cond ((eq format 'html) (format "%s" doi-utils-dx-doi-org-url doi (or desc (concat "doi:" doi))) ) ((eq format 'latex) (format "\\href{%s%s}{%s}" doi-utils-dx-doi-org-url doi (or desc (concat "doi:" doi))) ) ) ) ) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path)))) ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path)))) ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path)))) ("shell" :follow org--open-shell-link)) org-src-block-faces '(("emacs-lisp" (:background "#EEE2FF")) ("python" (:background "#4d2092"))) org-agenda-skip-scheduled-if-done t org-latex-format-headline-function 'org-latex-format-headline-default-function org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-agenda-todo-ignore-with-date t org-image-actual-width nil org-ref-get-pdf-filename-function 'org-ref-get-pdf-filename org-latex-classes '(("gMOS2e" "\\documentclass[]{gMOS2e}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("nature" "\\documentclass[fleqn,10pt]{wlscirep}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("elsarticle" "\\documentclass{elsarticle}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("svjour3" "\\documentclass{svjour3}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("svjour" "%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%\n%\n\\begin{filecontents}{leer.eps}\n%!PS-Adobe-2.0 EPSF-2.0\n%%CreationDate: Mon Jul 13 16:51:17 1992\n%%DocumentFonts: (atend)\n%%Pages: 0 1\n%%BoundingBox: 72 31 601 342\n%%EndComments\n\ngsave\n72 31 moveto\n72 342 lineto\n601 342 lineto\n601 31 lineto\n72 31 lineto\nshowpage\ngrestore\n%%Trailer\n%%DocumentFonts: Helvetica\n\\end{filecontents}\n\\documentclass{svjour}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("revtex4-1" "\\documentclass{revtex4-1}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("achemso" "\\documentclass{achemso}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*a{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("article-nodefaults" "\\documentclass{article}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("article-no-defaults" "\\documentclass{article}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*a{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("article-1" "\\documentclass{article}\n\\usepackage[top=1in, bottom=1.in, left=1in, right=1in]{geometry}\n [PACKAGES]\n [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*a{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-html-format-headline-function 'org-html-format-headline-default-function org-latex-hyperref-template nil org-src-window-setup 'current-window org-confirm-babel-evaluate nil org-ref-cite-onclick-function 'org-ref-cite-click-helm org-agenda-todo-ignore-deadlines t org-agenda-custom-commands '(("w" "Weekly Review" ((tags-todo "+DEADLINE<=\"\"" ((org-agenda-overriding-header "Late Deadlines"))) (tags-todo "+SCHEDULED<=\"\"" ((org-agenda-overriding-header "Late Scheduled"))) (agenda "" ((org-agenda-overriding-header "weekly agenda") (org-agenda-ndays 7) (org-agenda-tags-todo-honor-ignore-options t) (org-agenda-todo-ignore-scheduled nil) (org-agenda-todo-ignore-deadlines nil) (org-deadline-warning-days 0)) ) (todo "TODO")) ) ("n" "Agenda and all TODOs" ((agenda "") (alltodo "")))) org-ref-notes-function 'org-ref-notes-function-one-file org-use-speed-commands t org-agenda-skip-deadline-if-done t org-download-abbreviate-filename-function 'file-relative-name org-agenda-todo-ignore-scheduled t org-agenda-start-on-weekday nil org-list-allow-alphabetical t org-latex-minted-options '(("frame" "lines") ("fontsize" "\\scriptsize") ("linenos" "")) ) --0000000000009e276605861860ce Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Org-mode freezes emacs sometimes when loading specific org files = first. I am
not sure why this occurs, but I noticed t= hat if I load certain org-mode
files that I know have= had no problems in the past before the org-files that freeze.=C2=A0
<= div dir=3D"ltr">emacs won't freeze when loading them. So I
typically load an org-file I know that has no problems then proce= ed to load
any others as the files will then load fin= e. Mainly this is a problem on initial startup of
ema= cs because no org-files have been loaded. I am not sure what would be
=
causing the error. but is there a way to check.

Remember to cover the basics, that i= s, what you expected to happen and
what in fact did h= appen.=C2=A0 You don't know how to make a good report?=C2=A0 See
<= div dir=3D"ltr">

Your bug report will be posted to the Org mailing list.
---------------------------------------------------------------------= ---


Emacs=C2=A0 : GNU Emacs 27.0.50 (build 1, x86_64-appl= e-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G22010))
=C2=A0of 2019-02-19
Package: Org mode = version 9.2.3 (9.2.3-4-g6ec402-elpaplus @ /Users/bigtyme/Programs/scimax/el= pa/org-plus-contrib-20190408/)

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D
(setq
=C2=A0org-src-m= ode-hook '((lambda nil (setq visual-fill-column-center-text t)
=C2=A0 =C2=A0 =C2=A0= (setq visual-fill-column-width 200)
=C2=A0 =C2=A0 =C2=A0 (setq visual-fill-column-mode= nil))
=C2= =A0 =C2=A0 =C2=A0org-src-babel-configure-edit-buffer
= =C2=A0 =C2=A0 =C2=A0org-src-mode-c= onfigure-edit-buffer)
=C2=A0org-latex-minted-langs &#= 39;((jupyter-hy "hylang") (emacs-lisp "common-lisp") (c= c "c++")
= =C2=A0 (cperl "perl") (shell-script "bash") (ca= ml "ocaml"))
=C2=A0org-latex-listings '= minted
=C2=A0org-agenda-todo-ignore-timestamp t
=
=C2=A0org-babel-after-execute-hook '(scimax-align-resu= lt-table org-display-inline-images)
=C2=A0org-metadow= n-hook '(org-babel-pop-to-session-maybe)
=C2=A0or= g-after-todo-statistics-hook '(org-summary-todo)
= =C2=A0org-export-with-sub-superscripts '{}
=C2=A0= org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
=C2=A0org-html-format-inlinetask-function 'org-html-format-inl= inetask-default-function
=C2=A0org-speed-commands-use= r '(("T" . org-teleport)
=C2=A0 =C2=A0("q" closure (t) nil
=C2=A0 =C2=A0 = (let
=C2=A0= =C2=A0 =C2=A0((avy-keys
=C2=A0 =C2=A0 =C2=A0 =C2=A0(or (cdr (assq 'avy-goto-line = avy-keys-alist)) avy-keys))
=C2=A0 =C2=A0 =C2=A0 (avy-style
=C2=A0 =C2=A0 =C2=A0 =C2=A0(or (cdr (= assq 'avy-goto-line avy-styles-alist)) avy-style)
=C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 = =C2=A0 (avy-command 'avy-goto-line))
=C2=A0 =C2=A0 =C2=A0(setq avy-action nil)
=C2=A0 =C2=A0= =C2=A0(fset 'avy-resume
=C2=A0 =C2=A0 =C2=A0 #'(lambda nil (interactive)
(avy--generic= -jump "^\\*+" nil avy-style))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0(avy--generi= c-jump "^\\*+" nil avy-style))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0("k" closure (t)= nil (org-mark-subtree)
=C2=A0 =C2=A0 (kill-region (region-beginning) (region-end)))
=C2=A0 =C2= =A0("S" . widen) ("m" . org-mark-subtree) ("d"= ; . org-deadline)
= =C2=A0 =C2=A0("P" . org-set-property))
=C2=A0org-checkbox-statistics-hook '(scimax-radio-CcCc)
=C2=A0org-latex-default-packages-alist '(("AUTO" &q= uot;inputenc" t) ("" "lmodern" nil)
=C2=A0 =C2=A0 ("T1= " "fontenc" t) ("" "fixltx2e" nil)
=
=C2=A0 =C2=A0 (= "" "graphicx" t) ("" "longtable" ni= l)
=C2=A0 = =C2=A0 ("" "float" nil) ("" "wrapfig&quo= t; nil)
= =C2=A0 =C2=A0 ("" "rotating" nil) ("normalem"= "ulem" t)
= =C2=A0 =C2=A0 ("" "amsmath" t) (""= "textcomp" t) ("" "marvosym" t)
=C2=A0 =C2=A0 ("&= quot; "wasysym" t) ("" "amssymb" t) ("&q= uot; "amsmath" t)
=C2=A0 =C2=A0 ("theorems, skins" "tcolorbo= x" t)
=C2=A0 =C2=A0 ("version=3D3" "mhchem" t)
=C2=A0 =C2=A0 ("nu= mbers,super,sort&compress" "natbib" nil)
=C2=A0 =C2=A0 ("&q= uot; "natmove" nil) ("" "url" nil) ("&qu= ot; "minted" nil)
=C2=A0 =C2=A0 ("" "underscore" nil)
=C2=A0 =C2= =A0 ("linktocpage,pdfstartview=3DFitH,colorlinks,\nlinkcolor=3Dblue,an= chorcolor=3Dblue,\ncitecolor=3Dblue,filecolor=3Dblue,menucolor=3Dblue,urlco= lor=3Dblue" "hyperref" nil)
=C2=A0 =C2=A0 ("" "attachfi= le" nil))
=C2=A0org-ref-create-notes-hook '(= (lambda nil (org-narrow-to-subtree)
=C2=A0 =C2=A0 =C2=A0 (insert
=C2=A0 =C2=A0 =C2=A0 =C2=A0(form= at "cite:%s\n" (org-entry-get (point) "Custom_ID")))
=C2=A0 =C2=A0= =C2=A0 )
= =C2=A0 =C2=A0 =C2=A0)
=C2=A0org-src-tab-acts-natively= t
=C2=A0org-odt-format-headline-function 'org-od= t-format-headline-default-function
=C2=A0org-latex-pd= f-process 'ox-manuscript-latex-pdf-process
=C2=A0= org-download-annotate-function 'org-download-annotate-default
=C2=A0org-agenda-files '("= gtd.org" "done.org")
=C2=A0org-ascii-format-inlinetask-function 'org-asci= i-format-inlinetask-default
=C2=A0org-ref-pdf-directo= ry "~/Google-dr/Research/Papers/"
=C2=A0org= -archive-location "archive/%s_archive::"
= =C2=A0org-id-link-to-org-use-id 'create-if-interactive
=C2=A0org-mode-hook '(scimax-autoformat-mode
(lambda nil (setq visual-fill-c= olumn-center-text nil)
=C2=A0 (setq visual-fill-column-width 108)
=C2=A0 (set (make-local-variable = 'hl-todo-keyword-faces)
=C2=A0 =C2=A0'(("HOLD" . "#d0bf8f")= ("T0D0" . "#cc9393") ("TOD0" . "#cc9393= ")
=C2= =A0 =C2=A0 =C2=A0("TODOO" . "#cc9393") ("THEM"= ; . "#dc8cc3") ("PROG" . "#7cb8bb")
=C2=A0 =C2=A0 =C2=A0(= "OKAY" . "#7cb8bb") ("DONT" . "#5f7f5f&q= uot;) ("FAIL" . "#8c5353")
=C2=A0 =C2=A0 =C2=A0("FINISHED"= ; . "#afd8af") ("UNSURE" . "#dc8cc3") ("= T000" . "#cc9393")
=C2=A0 =C2=A0 =C2=A0("NOTE" . "#d0bf8f= ") ("KLUDGE" . "#d0bf8f") ("HACK" . &quo= t;#d0bf8f")
=C2=A0 =C2=A0 =C2=A0("TEMP" . "#d0bf8f") ("FI= XME" . "#cc9393") ("XXX+" . "#cc9393")
=C2=A0 =C2=A0= =C2=A0("\\?\\?\\?+" . "#cc9393"))
=C2=A0 =C2=A0)
=C2=A0 (hl-todo-mode))
<= div dir=3D"ltr"> jj/ws-butler-mode= -if-whitespace-initially-not-clean
(lambda nil (flyspell-mode 1) (flycheck-mode 1))
#[0 "\30= 1\211 \207" [imenu-create-index-function org-imenu-get-tree] 2]
<= div dir=3D"ltr"> er/add-org-mode-e= xpansions
(= lambda nil
= =C2=A0 (font-lock-add-keywords nil
=C2=A0 =C2=A0'(("<replace:?.*?>"= 0 font-lock-warning-face t)) t)
=C2=A0 )
#[0
=C2=A0 =C2=A0"\305 \306 >\203 \307\n\310\311#\210\307 \312\313#\210\307 \314\315#\210\306 >\203,\307\n\316\317#\210\307\n\320= \321#\210\322 >\203>\307 \323\= 324#\210\307 \325\324#\210\326 >\= 203P\307\n\327\317#\210\307\n\330\321#\210\331 >\203_\332\311\f\333BC\334#\210\335 >\203k\332\311\336\334#\210\337 >\203w\332\311\340\334#\210\341\342\343\344\311$\210\345\34= 2\311\"\210\342\207"
=C2=A0 =C2=A0[org-mouse-context-menu-function

=C2=A0 =C2=A0 org-mouse-features

=C2=A0 =C2=A0 org-mous= e-map

=C2=A0 =C2=A0 org-mode-map

<= /div>
=C2=A0 =C2= =A0 org-outline-regexp

=C2=A0 =C2=A0 org-mouse-context-menu<= /div>

=C2=A0 =C2=A0 context-menu

<= div dir=3D"ltr"> =C2=A0 =C2=A0 org-= defkey

=C2=A0 =C2=A0 [mouse-3]

=C2=A0 =C2=A0 = nil

=C2=A0 =C2=A0 [mouse-3]

=
=C2=A0 =C2=A0 org= -mouse-show-context-menu

<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 [down-mouse-1]
<= div dir=3D"ltr">
= =C2=A0 =C2=A0 org-mouse-down-mouse

=C2=A0 =C2=A0 [C= -drag-mouse-1]

=C2=A0 =C2=A0 org-mouse-move-tree

=C2=A0 =C2=A0 [C-down-mouse-1]

=C2=A0 =C2=A0 org-mouse-m= ove-tree-start

=C2=A0 =C2=A0 yank-link

=C2=A0= =C2=A0 [S-mouse-2]

=C2=A0 =C2=A0 org-mouse-yank-link
<= div dir=3D"ltr">
= =C2=A0 =C2=A0 [drag-mouse-3]

=C2=A0 =C2=A0 move-tre= e

=C2=A0 =C2=A0 [drag-mouse-3]

=C2=A0 =C2=A0 = [down-mouse-3]

=C2=A0 =C2=A0 activate-stars

= =C2=A0 =C2=A0 font-lock-add-keywords

=C2=A0 =C2=A0 (0
<= div dir=3D"ltr">


<= /div>
=C2=A0 =C2= =A0 =C2=A0`(face org-link mouse-face highlight keymap ,org-mouse-map)
=



=


=C2=A0 =C2=A0 =C2=A0'prepend= )

=C2=A0 =C2=A0 t

=C2=A0 =C2=A0 activate-bu= llets

= =C2=A0 =C2=A0(("^[ ]*\\
<= div dir=3D"ltr">([-+*]\\|[0-9]+[.)]\\) +"



=
= =C2=A0 =C2=A0 =C2=A0(1





=


= =C2=A0 =C2=A0 =C2=A0 `(face org-link keymap ,org-mo= use-map mouse-face highlight)







<= div dir=3D"ltr">
= =C2=A0 =C2=A0 = =C2=A0 'prepend)


<= /div>


= =C2=A0 =C2=A0 =C2=A0)


= =C2=A0 =C2=A0 )=

=C2=A0 =C2=A0 activate-checkboxes
= =C2=A0 =C2=A0(("^[ ]*\\
([-+*]\\|[0-9]+[.= )]\\) +\\(\\[[ X]\\]\\)"


= =C2=A0 =C2=A0 =C2=A0(2




= =C2=A0 =C2=A0 =C2=A0 `(face bold keymap ,org-mouse-ma= p mouse-face highlight)




= =C2=A0 =C2=A0 =C2=A0 t)


<= span style=3D"white-space:pre"> = =C2=A0 =C2=A0 =C2=A0)

= =C2=A0 =C2=A0 )

=C2=A0 =C2=A0= ad-add-advice

=C2=A0 =C2=A0 org-open-at-point

=C2=A0 =C2=A0 (org-mouse-open-at-point



=C2=A0 =C2=A0 =C2=A0nil



=C2=A0 =C2=A0 =C2=A0t<= /div>





= =C2=A0 =C2=A0 (advice

=




= =C2=A0 =C2=A0 =C2=A0lambda












=




=C2=A0 =C2=A0 =C2=A0nil












=




=C2=A0 =C2=A0 =C2=A0 =C2=A0(let




=



=

((co= ntext










=























=























=













= =C2=A0 (org-context)










<= div dir=3D"ltr">


<= /div>













=























=























=























=























=
= )
<= br>






= )








=























=























=

= =C2=A0 =C2=A0 =C2=A0 (cond
= =C2=A0 =C2=A0 =C2=A0 =C2=A0((assq :headline-stars context)





=























=























=





= (org-cycle)
=























=























=










= )












=























=





















= =C2=A0 =C2=A0 =C2=A0 =C2= =A0((assq :checkbox context)












=























=





















= (org-toggle-checkbox)










<= div dir=3D"ltr">


<= /div>













=























=







= )


=













=























=


















= =C2=A0 =C2=A0 =C2=A0 =C2=A0((ass= q :item-bullet context)









<= div dir=3D"ltr">


<= /div>













=























=








= (let
<= span style=3D"white-space:pre"> = ((org-cycle-include-plain-lists t)



=



=













=























=















= =C2=A0 )



=























=























=






= (org-c= ycle)










=























=























= = )






















=























=










= )











=























=






















=C2=A0 =C2=A0 =C2=A0 =C2=A0((org-footnote-at-reference-p)





















=























=











nil)





=



=













=























=












= =C2=A0 =C2=A0 =C2=A0 =C2=A0(t ad-do-it)















=























=

















= =C2=A0 =C2=A0 =C2=A0 =C2=A0)



<= br>








=



=













=























=






= )








=








= =C2=A0 =C2=A0 =C2=A0)





=C2=A0 =C2=A0 =C2=A0)
=
=C2=A0 = =C2=A0 around ad-activate]
=C2=A0 =C2=A05]
org-ref-org-menu ob-ipython-org-menu ob-ipython-auto-co= nfigure-kernels
#[0 "\300\301\302\303\304$\207"
=C2=A0 =C2=A0[add-hook change-major-mode= -hook org-show-all append local] 5]
#[0 "\300\301\302\303\304$\207"
=C2=A0 =C2=A0[add-ho= ok change-major-mode-hook org-babel-show-result-all append
=C2=A0 =C2=A0 local]
=C2=A0 =C2=A05]
org-babel-resu= lt-hide-spec org-babel-hide-all-hashes flycheck-mode
= org-eldoc-load ob-ipython-key-bin= dings ob-ipython-activate-buttons)
=C2=A0org-inline-i= mage-resize-function 'org-inline-image-resize
=C2= =A0org-ref-insert-cite-function 'org-ref-helm-insert-cite-link
=C2=A0org-odt-format-drawer-function #[514 "\207" [= ] 3 "\n\n(fn NAME CONTENTS)"]
=C2=A0org-out= line-path-complete-in-steps nil
=C2=A0org-archive-hoo= k '(org-attach-archive-delete-maybe)
=C2=A0org-re= f-bibtex-hydra-key-binding [16777314]
=C2=A0org-confi= rm-elisp-link-function nil
=C2=A0org-startup-indented= t
=C2=A0org-startup-with-inline-images "inlinei= mages"
=C2=A0org-agenda-skip-timestamp-if-done t=
=C2=A0org-ref-clean-bibtex-key-function '(lambda= (key) (replace-regexp-in-string ":" "" key))
=C2=A0org-agenda-before-write-hook '(org-agenda-add-entry-= text)
=C2=A0org-metaup-hook '(org-babel-load-in-s= ession-maybe)
=C2=A0org-bibtex-headline-format-functi= on #[257 "\300 \236A\207" [:title] 3 "\n\n(fn ENTRY)"]<= /div>
=C2=A0org-from-is-user-regexp "\\<bigtyme@Jef= fs-MBP-2\\.hsd1\\.tn\\.comcast\\.net\\>\\|\\<Jeff Spencer\\>"=
=C2=A0org-ref-cite-keymap '(keymap (S-up . org-r= ef-sort-citation-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(S-right lambda nil (interactive) (or= g-ref-swap-citation-link 1))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(S-left lambda nil (interactive= ) (org-ref-swap-citation-link -1))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(C-right . org-ref-next-k= ey) (C-left . org-ref-previous-key)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777337 lambda nil
"Paste ke= y at point. Assumes the first thing in the killring is a key."
(interactive) (org= -ref-insert-key-at-point (car kill-ring)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777303 lambda = nil "Copy all the keys at point." (interactive)
(kill-new (org-element-prope= rty :path (org-element-context))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777335 lambda nil (int= eractive)
(= kill-new (car (org-ref-get-bibtex-key-and-file))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777318= lambda nil (interactive)
(save-excursion (org-ref-open-citation-at-point)
(kill-new (org-ref-fo= rmat-bibtex-entry-at-point)))
)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0(16777319 . org-ref-google-scholar-at-p= oint)
=C2=A0= =C2=A0 =C2=A0 =C2=A0(16777317 lambda nil "Email entry at point" = (interactive)
(org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
=C2=A0 =C2=A0 =C2=A0 = =C2=A0(16777315 . org-ref-wos-citing-at-point)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777330 . o= rg-ref-wos-related-at-point)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777326 . org-ref-open-notes-= at-point)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0(16777328 . org-ref-open-pdf-at-point)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0(16777333 . org-ref-open-url-at-point)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777314 . org= -ref-open-citation-at-point)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(16777327 . org-ref-cite-hydra/= body) (follow-link . mouse-face)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(mouse-3 . org-find-file-at= -mouse) (mouse-2 . org-open-at-mouse))
=C2=A0org-late= x-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTEN= TS)"]
=C2=A0org-latex-title-command ""=
=C2=A0org-babel-pre-tangle-hook '(save-buffer)
=C2=A0org-tab-first-hook '(org-babel-hide-result-t= oggle-maybe org-babel-header-arg-expand)
=C2=A0org-re= f-bibliography-notes "~/Google-dr/Research/MyWork/Bibtex/libraryNotes.= bib"
=C2=A0org-babel-load-languages '((emacs= -lisp . t) (latex . t) (python . t) (shell . t)
=C2=A0 =C2=A0 (matlab . t) (sqlite . t= ) (ruby . t) (perl . t) (org . t)
=C2=A0 =C2=A0 (dot . t) (plantuml . t) (R . t) (fort= ran . t) (C . t))
=C2=A0org-ref-clean-bibtex-entry-ho= ok '(org-ref-bibtex-format-url-if-doi orcb-key-comma
=C2=A0 =C2=A0org-ref-replace= -nonascii orcb-& orcb-%
=C2=A0 =C2=A0org-ref-title-case-article orcb-clean-year o= rcb-key
= =C2=A0 =C2=A0orcb-clean-doi orcb-clean-pages orcb-check-journal
=C2=A0 =C2=A0org-ref-= sort-bibtex-entry orcb-fix-spacing)
=C2=A0org-log-don= e 'time
=C2=A0org-ref-insert-label-function '= org-ref-helm-insert-label-link
=C2=A0org-download-scr= eenshot-method "screencapture -i %s"
=C2=A0= org-font-lock-hook '(org-inlinetask-fontify)
=C2= =A0org-ref-open-pdf-function 'org-ref-open-pdf-at-point
=C2=A0org-highlight-latex-and-related '(latex script entities)=
=C2=A0org-ascii-format-drawer-function #[771 " = \207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]
=C2=A0org-list-demote-modify-bullet '(("+" . "-&quo= t;) ("-" . "*") ("*" . "+") ("= 1." . "a.")
("a." . "+") ("A." . "= +") ("1)" . "a)") ("a)" . "1."= )
("= A)" . "1."))
=C2=A0org-ref-open-notes-= function '(lambda nil (org-show-entry) (outline-show-branches)
=C2=A0 =C2=A0 =C2= =A0 =C2=A0(outline-show-children) (org-cycle '(64))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(re= center-top-bottom 0))
=C2=A0org-src-lang-modes '(= ("jupyter-python" . python) ("jupyter-R" . R) ("ju= pyter-hy" . hy)
= =C2=A0 =C2=A0 =C2=A0 ("ipython" . python) ("arduino= " . arduino) ("redis" . redis)
=C2=A0 =C2=A0 =C2=A0 ("php" . p= hp) ("C" . c) ("C++" . c++) ("asymptote" . as= y)
=C2=A0 = =C2=A0 =C2=A0 ("bash" . sh) ("beamer" . latex) ("c= alc" . fundamental)
=C2=A0 =C2=A0 =C2=A0 ("cpp" . c++) ("ditaa"= ; . artist) ("dot" . fundamental)
=C2=A0 =C2=A0 =C2=A0 ("elisp" . e= macs-lisp) ("ocaml" . tuareg) ("screen" . shell-script)=
=C2=A0 =C2= =A0 =C2=A0 ("shell" . sh) ("sqlite" . sql))
=C2=A0org-src-preserve-indentation t
=C2= =A0org-catch-invisible-edits 'smart
=C2=A0org-occ= ur-hook '(org-first-headline-recenter)
=C2=A0org-= agenda-mode-hook '((lambda nil
(define-key org-agenda-mode-map [remap end-of-buff= er]
=C2=A0 = 'jj/org-agenda-end-of-buffer)
)
(lambda nil
(define-key org-agenda-mode-map [remap beginning-of-buffer= ]
=C2=A0 &#= 39;jj/org-agenda-beginning-of-buffer)
)
#[0
=C2=A0 "\302 \303 \= 304\305#\210\303 \306\307#\210\303 \310\311#\210\303 \312\313#\210\303 \314\315#\207"
=C2=A0 [org-mouse-context-menu-function
=C2=A0 = =C2=A0org-agenda-mode-map

= =C2=A0 =C2=A0org-mouse-agenda-con= text-menu

=C2=A0 =C2=A0org-defkey
=C2=A0 = =C2=A0[mouse-3]

=C2=A0 =C2=A0org-mouse-show-context-menu

=C2=A0 =C2=A0[down-mouse-3]

<= div dir=3D"ltr"> =C2=A0 =C2=A0org-= mouse-move-tree-start

=C2=A0 =C2=A0[C-mouse-4]

=C2=A0 =C2=A0org-agenda-earlier

=C2=A0 =C2=A0[C-mouse-5= ]

=C2=A0 =C2=A0org-agenda-later

<= /div>
=C2=A0 =C2= =A0[drag-mouse-3]

#[257
=C2=A0 "\= 300 !\211\301\267\202 \302\303!\202 \304\303!\202 \305\207"

= =C2=A0 [org-mouse-get-gesture
<= br>


=C2=A0 =C2= =A0#s




=C2=A0 =C2=A0(hash-table










<= div dir=3D"ltr">

=C2=A0 =C2=A0 size










<= div dir=3D"ltr">

=C2=A0 =C2=A0 2
<= div dir=3D"ltr">


<= /div>










=C2=A0 =C2=A0 test












=C2=A0 =C2=A0 eql
=



=










=C2=A0 =C2=A0 rehash-si= ze








<= div dir=3D"ltr">


<= /div>


=C2=A0 =C2=A0 1.= 5













= =C2=A0 =C2=A0 reh= ash-threshold







=





=C2= =A0 =C2=A0 0.8125












<= div dir=3D"ltr"> = =C2=A0 =C2=A0 purecopy












=C2=A0 =C2=A0 t




=








=C2=A0 =C2=A0 data




=








=C2=A0 =C2=A0 (:left 9 :right 15)









=



= =C2=A0 =C2=A0 )




=C2= =A0 =C2=A0org-agenda-earlier 1 org-agenda-later nil]
=
= =C2=A0 4 "\n\n(fn EVENT)" "e"]

=C2=A0 =C2=A0]
= =C2=A0 4]
<= /span>)
=C2=A0org-cycle-separator-lines 1
=C2=A0org-ref-bibtex-assoc-pdf-with-entry-move-function 'ren= ame-file
=C2=A0org-ref-insert-link-function 'org-= ref-helm-insert-cite-link
=C2=A0org-ref-insert-ref-fu= nction 'org-ref-helm-insert-ref-link
=C2=A0org-ct= rl-c-ctrl-c-hook '(scimax-radio-CcCc)
=C2=A0org-c= ycle-hook '(org-inlinetask-hide-tasks org-cycle-hide-archived-subtrees<= /div>
=C2=A0 org-c= ycle-show-empty-lines org-optimize-window-after-visibility-change)
=C2=A0org-todo-keywords '((sequence "TODO(t)" &= quot;|" "DONE(d)")
=C2=A0 =C2=A0 =C2=A0(sequence "REPORT(r)" &= quot;BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)&qu= ot;)
=C2=A0 = =C2=A0 =C2=A0(sequence "|" "CANCELED(c)"))
=C2=A0org-speed-command-hook '(org-speed-mail-merge org-speed= -command-activate
= =C2=A0 org-babel-speed-command-activate)
=C2= =A0org-ref-default-bibliography '("~/Google-dr/Research/MyWork/Bib= tex/library.bib")
=C2=A0org-odt-format-inlinetas= k-function 'org-odt-format-inlinetask-default-function
=C2=A0org-latex-prefer-user-labels t
=C2=A0org-= babel-tangle-lang-exts '(("D" . "d") ("C++&quo= t; . "cpp") ("fortran" . "F90")
=C2=A0 =C2=A0 =C2=A0 (&q= uot;perl" . "pl") ("ruby" . "rb") ("= ;latex" . "tex")
=C2=A0 =C2=A0 =C2=A0 ("python" . "py&qu= ot;) ("emacs-lisp" . "el") ("elisp" . "e= l"))
=C2=A0org-return-follows-link t
=C2=A0org-refile-allow-creating-parent-nodes 'confirm
<= div dir=3D"ltr">=C2=A0org-refile-use-outline-path 'file
=C2=A0org-id-locations-file "/Users/bigtyme/Programs/scimax/u= ser/.org-id-locations"
=C2=A0org-confirm-shell-l= ink-function nil
=C2=A0org-link-parameters '((&qu= ot;bookmark-other-win" :follow bookmark-jump-other-window :export
nil)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0("bookmark" :follow bookmark-jump :export nil)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("eww" :follow eww :store org-eww-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(= "rmail" :follow org-rmail-open :store org-rmail-store-link)
=
=C2=A0 =C2=A0 =C2= =A0 =C2=A0("mhe" :follow org-mhe-open :store org-mhe-store-link)<= /div>
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("irc" :follow org-irc-visit :store org-irc-stor= e-link :export
org-irc-export)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("info" :follow org-info-open = :export org-info-export :store
org-info-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("gnus" = :follow org-gnus-open :store org-gnus-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("doc= view" :follow org-docview-open :export org-docview-export
:store org-docview-stor= e-link)
=C2= =A0 =C2=A0 =C2=A0 =C2=A0("bbdb" :follow org-bbdb-open :export org= -bbdb-export :complete
org-bbdb-complete-link :store org-bbdb-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("w3m" :store org-w3m-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("nb&quo= t; :follow nb-follow :store nb-store-link :complete
<= span style=3D"white-space:pre"> nb-complete-link :help-echo nb-lin= k-tooltip :activate-func
nb-activate-link :face nb-link-face :keymap
(keymap (C-mouse-1 . nb-even= t)
(27 key= map (102 . nb-link-projectile-find-file)
=C2=A0 (101 . nb-link-explorer) (98 . nb-lin= k-bash))
(= follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse)
(mouse-2 . org-open-at-= mouse))
)
=C2=A0 =C2=A0= =C2=A0 =C2=A0("man" :follow (closure (t) (path) (man path)) :sto= re
org-man-= store-link)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("altmetric" :follow
(closure (t) (doi)
(browse-url (format= "http://dx.doi.org/%s" doi)= ))
:export<= /div>
(closure (t= ) (keyword desc format)
(cond
= =C2=A0 ((eq format 'html)
=C2=A0 =C2=A0(format
=C2=A0 =C2=A0 "<script type= =3D'text/javascript' src=3D'https://d1bxh8uas1mnw7.cloudfront.net/assets= /embed.js'></script>\n<div data-badge-type=3D'mediu= m-donut' class=3D'altmetric-embed' data-badge-details=3D'ri= ght' data-doi=3D'%s'></div>" keyword)
=C2=A0 =C2=A0)
=C2=A0 ((eq format= 'latex) ""))
)
= )
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("attachfile" :follow
(closure (t) (link-string) = (org-open-file link-string)) :export
(closure (t) (keyword desc format)
(cond ((eq format '= html) (format ""))
=C2=A0 ((eq format 'latex) (format "\\attachfile= {%s}" keyword)))
)
)
=C2=A0 = =C2=A0 =C2=A0 =C2=A0("pydoc" :follow (closure (t) (path) (pydoc p= ath)) :export
(closure (t) (path desc format) "Generate a url"
(let (url)
=C2=A0 (setq url
<= div dir=3D"ltr"> =C2=A0 =C2=A0(con= d
=C2=A0 = =C2=A0 ((s-starts-with\? "scipy" path)
=C2=A0 =C2=A0 =C2=A0(format
=C2=A0 =C2=A0 =C2=A0= "https://docs.scipy.org/doc/scipy/reference/generated/%s.html"= path)
=C2= =A0 =C2=A0 =C2=A0)
= =C2=A0 =C2=A0 ((s-starts-with\? "numpy" path)
=C2=A0 =C2=A0 =C2=A0(f= ormat
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (t (format "https://www.google.com/#safe=3Doff&am= p;q=3D%s" path)))
=C2=A0 =C2=A0)
=C2=A0 (cond ((eq format 'md) (format "[%s](%s= )" (or desc path) url))))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("id" :follow org-id-open)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0("wos-search" :follow
(closure (t) (path)
(browse-url
=C2=A0 (format
=C2=A0 =C2=A0(s-join

=C2=A0 =C2=A0 "+"

=C2=A0 =C2=A0 (spl= it-string path)

=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
<= span style=3D"white-space:pre"> =C2=A0 )
)
:export
(closure (t) (link desc format)
(cond
=C2=A0 ((eq format 'html= )
=C2=A0 = =C2=A0(format "<a href=3D\"%s\">%s</a>"
=C2=A0 =C2=A0 = (format
= =C2=A0 =C2=A0 =C2=A0(s-join

=C2=A0 =C2=A0 =C2=A0 &= quot;+"

=C2=A0 =C2=A0 =C2=A0 (split-string link)

=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (or desc link))
=C2=A0 =C2=A0)
=
=C2=A0 )
)
)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("= wos" :follow
= (closure (t) (accession-number)
(browse-url
=C2=A0 (concat
=C2=A0 )
)
:export
(closure (t) (accession-number desc format)
(cond
=C2=A0 ((eq format= 'html)
=C2=A0 =C2=A0(format
=C2=A0 =C2=A0 accession-numb= er
=C2=A0 = =C2=A0 (or

=C2=A0 =C2=A0 =C2=A0desc
<= br>
=C2=A0 = =C2=A0 =C2=A0(concat "wos:" accession-number)

=C2= =A0 =C2=A0 =C2=A0)
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
= )
=C2= =A0 =C2=A0 =C2=A0 =C2=A0("scopusid" :follow
(closure (url-http-end-of-header= s t) (link-string)
= (browse-url
= =C2=A0 (format
=C2=A0= )
)
=
:export
(closure (url-http-= end-of-headers t) (keyword desc format)
(cond
=C2=A0 ((eq format 'latex)
=C2=A0 =C2=A0(format
=C2=A0 =C2=A0 &quo= t;\\href{http://www.scopus.com/authid/detail.url?orig= in=3DAuthorProfile&authorId=3D%s}{%s}"
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 keyword
=C2=A0 =C2=A0 (or
=

=C2=A0 =C2=A0 =C2=A0desc

=C2=A0 =C2=A0 =C2=A0(co= ncat "scopusid:" keyword)

=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 ((eq format 'html)
=C2=A0 =C2=A0(format
=C2=A0 =C2=A0 keyword
=C2=A0 =C2=A0 (or

=C2=A0 =C2=A0 =C2=A0desc

=C2=A0 =C2=A0 =C2=A0(= concat "scopusid:" keyword)

=C2=A0 =C2=A0 =C2=A0)=
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 )
= )
)
=C2=A0 =C2=A0 =C2= =A0 =C2=A0("scopus-advanced-search" :follow
(closure (url-http-end-of-header= s t) (query)
(scopus-advanced-search query))
:export
(closure (url-http-end-of-headers t) (query desc forma= t)
(let
=C2=A0 ((url<= /div>
=C2=A0 =C2= =A0 (format
=C2=A0 =C2=A0 =C2=A0(length
=C2=A0 = =C2=A0 =C2=A0 (url-hexify-string query)

=C2=A0 =C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0 =C2=A0(url-hexify-string query))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
= =C2=A0 (cond
=C2=A0 =C2=A0((eq format 'h= tml)
=C2=A0= =C2=A0 (format "<a href=3D\"%s\">%s</a>" u= rl (or desc query)))
= =C2=A0 =C2=A0((eq format 'latex)
=C2=A0 =C2=A0 (format "\\href{%s}{= %s}" url (or desc query)))
=C2=A0 =C2=A0)
=C2=A0 )
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("scopus-search" :follow
(closure (url-http-= end-of-headers t) (query)
(scopus-basic-search query))
:export
(closure (url-http-end-of-headers t) (query = desc format)
(let
=C2= =A0 ((url
= =C2=A0 =C2=A0 (format
=C2=A0 = =C2=A0 =C2=A0(length

=C2=A0 =C2=A0 =C2=A0 (url-unhex-string=


=C2=A0 =C2=A0 =C2=A0 =C2=A0(con= cat





"TITLE-ABS-KEY%2= 8"





(url-hexify-strin= g query)





<= div dir=3D"ltr"> "%29")=


=C2=A0 =C2=A0 =C2=A0 =C2=A0)

=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0(url-hexify-string query))
=C2=A0 =C2=A0= )
=C2=A0 = =C2=A0)
=C2= =A0 (cond
= =C2=A0 =C2=A0((eq format 'html)
=C2=A0 =C2=A0 (format "<a href=3D\"%s= \">%s</a>" url (or desc query)))
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0((eq format 'late= x)
=C2=A0 = =C2=A0 (format "\\href{%s}{%s}" url (or desc query)))
=C2=A0 =C2=A0)
=C2=A0 )
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("eid&= quot; :follow
(closure (url-http-end-of-headers t) (eid)
"Opens the hydra menu." (setq= *hydra-eid* eid)
= (scopus-hydra/body))
:export
(closure (url-http-end-of-headers t) (keyword desc format)
(cond
=
=C2=A0 ((eq form= at 'html)
=C2=A0 =C2=A0(format
=C2=A0 =C2=A0 keyword (or desc keyword))
=C2=A0 =C2=A0)
=C2=A0 ((eq format 'lat= ex)
=C2=A0 = =C2=A0(format
=C2=A0 =C2=A0 keyword (o= r desc keyword))
<= /span>=C2=A0 =C2=A0)
= =C2=A0 )
= )
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("arxiv" :follow
(closure (url-http-end-of-headers t) (link= -string)
(= browse-url (format "http://arxiv.o= rg/abs/%s" link-string)))
:export
(closure (url-http-end-of-headers t) (keyword desc for= mat)
(cond=
=C2=A0 ((e= q format 'html)
= =C2=A0 =C2=A0(format "<a href=3D\"http://arxiv.org/abs/%s\">arxiv:%s</a>&= quot;
=C2= =A0 =C2=A0 keyword (or desc keyword))
=C2=A0 =C2=A0)
=C2=A0 ((eq format 'latex)
=C2=A0 =C2=A0(format &qu= ot;\\url{http://arxiv.org/abs/%s}{%= s}" keyword
= =C2=A0 =C2=A0 (or desc keyword))
=C2=A0 =C2=A0)
=C2=A0 )
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("printindex" :follow = org-ref-index :export
(lambda (path desc format)
(cond ((eq format 'latex) (format "\\p= rintindex"))))
= )
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("index" :follow (lambda (path) (occur= path)) :export
(lambda (path desc format)
(cond ((eq format 'latex) (format "\\index{%= s}" path))))
= )
=C2= =A0 =C2=A0 =C2=A0 =C2=A0("bibentry" :follow
(lambda (_) (funcall org-ref-cit= e-onclick-function nil)) :export
org-ref-format-bibentry :complete org-bibentry-comple= te-link
:he= lp-echo
(la= mbda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-= char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-b= ibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (inser= t s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :k= eymap
(keym= ap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swa= p-citation-link 1))
= (S-left lambda nil (interactive) (org-ref-swap-citation-link -1))=
(C-right = . org-ref-next-key) (C-left . org-ref-previous-key)
<= span style=3D"white-space:pre"> (16777337 lambda nil
=C2=A0 "Paste key = at point. Assumes the first thing in the killring is a key."
=C2=A0 (interactive)= (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all t= he keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (or= g-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibt= ex-key-and-file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-cita= tion-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref= -google-scholar-at-point)
(16777317 lambda nil "Email entry at point" (inte= ractive)
= =C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
=
(16777315 . org= -ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-no= tes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . o= rg-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mo= use-face)
= (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&q= uot;Autocites" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) := export
org-= ref-format-Autocites :complete org-Autocites-complete-link
:help-echo
(lambda (window object posi= tion)
(whe= n org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0= ((s
=C2=A0= =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))=
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("autocites" :fo= llow
(lambd= a (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-autocites :c= omplete org-autocites-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation= -on-enter
= =C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-re= f-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0= )
=C2=A0 = =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=
=C2=A0 =C2=A0 )<= /div>
=C2=A0 =C2= =A0)
=C2=A0= )
)
=
:face org-ref-ci= te-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambd= a nil (interactive) (org-ref-swap-citation-link 1))
<= span style=3D"white-space:pre"> (S-left lambda nil (interactive) = (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previ= ous-key)
(= 16777337 lambda nil
= =C2=A0 "Paste key at point. Assumes the first thing in the ki= llring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-rin= g)))
(1677= 7303 lambda nil "Copy all the keys at point." (interactive)
=
=C2=A0 (kill-new= (org-element-property :path (org-element-context))))
(16777335 lambda nil (interacti= ve)
=C2=A0 = (kill-new (car (org-ref-get-bibtex-key-and-file))))
<= span style=3D"white-space:pre"> (16777318 lambda nil (interactive= )
=C2=A0 (s= ave-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-= bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "= Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org= -ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-rela= ted-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 .= org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cit= e-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2= . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("supercites" :follow
(lambda (_) (funcall org= -ref-cite-onclick-function nil)) :export
org-ref-format-supercites :complete org-supe= rcites-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
=
=C2=A0 (save-exc= ursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("Textcites" :follow
(lambda (_) (funcall org-ref-cite-onclick-= function nil)) :export
org-ref-format-Textcites :complete org-Textcites-complete-link<= /div>
:help-echo<= /div>
(lambda (wi= ndow object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char pos= ition)
=C2= =A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-k= ey-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (= fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keyma= p
(keymap (= S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-ci= tation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . or= g-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at p= oint. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (or= g-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the k= eys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-el= ement-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-k= ey-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citatio= n-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-go= ogle-scholar-at-point)
(16777317 lambda nil "Email entry at point" (interac= tive)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;textcites" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :e= xport
org-r= ef-format-textcites :complete org-textcites-complete-link
:help-echo
(lambda (window object posit= ion)
(when= org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 = ((s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Smartcites" :f= ollow
(lamb= da (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-Smartcite= s :complete org-Smartcites-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-ci= tation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (o= rg-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 = =C2=A0)
=C2= =A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 )
= )
:face org= -ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-lin= k)
(S-righ= t lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (intera= ctive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-= ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing = in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car= kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interacti= ve)
=C2=A0 = (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil (= interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("smartcites" :follow
<= div dir=3D"ltr"> (lambda (_) (func= all org-ref-cite-onclick-function nil)) :export
org-ref-format-smartcites :complete or= g-smartcites-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter=
=C2=A0 (sa= ve-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-= entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (wit= h-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face= -fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (inter= active) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-s= wap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 l= ambda nil
= =C2=A0 "Paste key at point. Assumes the first thing in the killring is= a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lamb= da nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-el= ement-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-ne= w (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
<= div dir=3D"ltr"> =C2=A0 (save-excu= rsion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-e= ntry-at-point)))
<= /span>=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email en= try at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-emai= l-bibtex-entry))
<= /span> (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-po= int)
(1677= 7326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-= open-url-at-point)
= (16777314 . org-ref-open-citation-at-point)
= (16777327 . org-ref-cite-hydra/b= ody) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-ope= n-at-mouse))
)
=C2=A0 = =C2=A0 =C2=A0 =C2=A0("footcitetexts" :follow
(lambda (_) (funcall org-ref-ci= te-onclick-function nil)) :export
org-ref-format-footcitetexts :complete
org-footcitetexts-comple= te-link :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
<= div dir=3D"ltr"> =C2=A0 (save-excu= rsion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("footcites" :follow
(lambda (_) (funcall org-ref-cite-onclick-= function nil)) :export
org-ref-format-footcites :complete org-footcites-complete-link<= /div>
:help-echo<= /div>
(lambda (wi= ndow object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char pos= ition)
=C2= =A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-k= ey-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (= fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keyma= p
(keymap (= S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-ci= tation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . or= g-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at p= oint. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (or= g-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the k= eys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-el= ement-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-k= ey-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citatio= n-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-go= ogle-scholar-at-point)
(16777317 lambda nil "Email entry at point" (interac= tive)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;Parencites" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) := export
org-= ref-format-Parencites :complete org-Parencites-complete-link
:help-echo
(lambda (window object p= osition)
(= when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
<= div dir=3D"ltr"> =C2=A0 =C2=A0(let=
=C2=A0 =C2= =A0 ((s
=C2= =A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-curso= r))
=C2=A0 = =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph)= (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
<= /span>:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-= sort-citation-link)
= (S-right lambda nil (interactive) (org-ref-swap-citation-link 1))=
(S-left l= ambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key)= (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes t= he first thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-ke= y-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point.&q= uot; (interactive)
= =C2=A0 (kill-new (org-element-property :path (org-element-context))= ))
(167773= 35 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))=
(16777318= lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(k= ill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-= point)
(16= 777317 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-= citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-po= int)
(1677= 7330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-r= ef-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-= at-point)
= (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-f= ile-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("parencites" = :follow
(la= mbda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-parencite= s :complete org-parencites-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-ci= tation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (o= rg-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 = =C2=A0)
=C2= =A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 )
= )
:face org= -ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-lin= k)
(S-righ= t lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (intera= ctive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-= ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing = in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car= kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interacti= ve)
=C2=A0 = (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil (= interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Cites" :follow
(lambda (_) (funcall o= rg-ref-cite-onclick-function nil)) :export
org-ref-format-Cites :complete org-Cites-co= mplete-link :help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-e= xcursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry= (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-t= emp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-f= n :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interac= tive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-= citation-link -1))
= (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
=
(16777337 lambd= a nil
=C2= =A0 "Paste key at point. Assumes the first thing in the killring is a = key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda = nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-elemen= t-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (c= ar (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excurs= ion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-ent= ry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entr= y at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-= bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-poin= t)
(167773= 26 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-op= en-url-at-point)
<= /span> (16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/bod= y) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-= at-mouse))
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("cites" :follow
(lambda (_) (funcall org-ref-cite-onclick-= function nil)) :export
org-ref-format-cites :complete org-cites-complete-link :help-ec= ho
(lambda = (window object position)
(when org-ref-show-citation-on-enter
<= span style=3D"white-space:pre"> =C2=A0 (save-excursion (goto-char = position)
= =C2=A0 =C2=A0(let
= =C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibte= x-key-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s)= (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :key= map
(keymap= (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-= citation-link 1))
= (S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . = org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key a= t point. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) = (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all th= e keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org= -element-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibte= x-key-and-file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citat= ion-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-= google-scholar-at-point)
(16777317 lambda nil "Email entry at point" (inter= active)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;fnotecite" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :e= xport
org-r= ef-format-fnotecite :complete org-fnotecite-complete-link
:help-echo
(lambda (window object posit= ion)
(when= org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 = ((s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Pnotecite" :fo= llow
(lambd= a (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-Pnotecite :c= omplete org-Pnotecite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation= -on-enter
= =C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-re= f-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0= )
=C2=A0 = =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=
=C2=A0 =C2=A0 )<= /div>
=C2=A0 =C2= =A0)
=C2=A0= )
)
=
:face org-ref-ci= te-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambd= a nil (interactive) (org-ref-swap-citation-link 1))
<= span style=3D"white-space:pre"> (S-left lambda nil (interactive) = (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previ= ous-key)
(= 16777337 lambda nil
= =C2=A0 "Paste key at point. Assumes the first thing in the ki= llring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-rin= g)))
(1677= 7303 lambda nil "Copy all the keys at point." (interactive)
=
=C2=A0 (kill-new= (org-element-property :path (org-element-context))))
(16777335 lambda nil (interacti= ve)
=C2=A0 = (kill-new (car (org-ref-get-bibtex-key-and-file))))
<= span style=3D"white-space:pre"> (16777318 lambda nil (interactive= )
=C2=A0 (s= ave-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-= bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "= Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org= -ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-rela= ted-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 .= org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cit= e-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2= . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("pnotecite" :follow
(lambda (_) (funcall org= -ref-cite-onclick-function nil)) :export
org-ref-format-pnotecite :complete org-pnote= cite-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
<= div dir=3D"ltr"> =C2=A0 (save-excu= rsion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("Notecite" :follow
(lambda (_) (funcall org-ref-cite-onclick-f= unction nil)) :export
org-ref-format-Notecite :complete org-Notecite-complete-link
:help-echo
(lambda (windo= w object position)
= (when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char positi= on)
=C2=A0 = =C2=A0(let
= =C2=A0 =C2=A0 ((s
= =C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-u= nder-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-= paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
=
(keymap (S-up . = org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-= link 1))
(= S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-n= ext-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
= =C2=A0 "Paste key at point. = Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (org-ref-= insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at= point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-= context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and= -file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-po= int)
=C2=A0= =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-sc= holar-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-= ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-cit= ing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point= )
(1677732= 8 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-ope= n-citation-at-point)
= (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)<= /div>
(mouse-3 .= org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("noteci= te" :follow
<= /span>(lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-= notecite :complete org-notecite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-sho= w-citation-on-enter
= =C2=A0 (save-excursion (goto-char position)
= =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
<= div dir=3D"ltr"> =C2=A0 =C2=A0 =C2= =A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 = )
=C2=A0 = =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-str= ing))
=C2= =A0 =C2=A0 )
=C2=A0 =C2=A0)
<= /span>=C2=A0 )
)
:fac= e org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citatio= n-link)
(S= -right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (i= nteractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . o= rg-ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thi= ng in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (= car kill-ring)))
<= /span> (16777303 lambda nil "Copy all the keys at point." (intera= ctive)
=C2= =A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda n= il (interactive)
<= /span>=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil= (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (= org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("footfullcite" = :follow
(la= mbda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-footfullc= ite :complete
org-footfullcite-complete-link :help-echo
(lambda (window object position)
(when org-ref-show= -citation-on-enter
= =C2=A0 (save-excursion (goto-char position)
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0= (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("fullcite" :follow
(lambda (_) (funcal= l org-ref-cite-onclick-function nil)) :export
org-ref-format-fullcite :complete org-fu= llcite-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
=
=C2=A0 (save-exc= ursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("citeurl" :follow
(lambda (_) (funcall org-ref-cite-onclick-fu= nction nil)) :export
= org-ref-format-citeurl :complete org-citeurl-complete-link
<= div dir=3D"ltr"> :help-echo
<= div dir=3D"ltr"> (lambda (window o= bject position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)=
=C2=A0 =C2= =A0(let
=C2= =A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-unde= r-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-par= agraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org= -ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-lin= k 1))
(S-l= eft lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next= -key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assu= mes the first thing in the killring is a key."
<= span style=3D"white-space:pre"> =C2=A0 (interactive) (org-ref-inse= rt-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at poi= nt." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-cont= ext))))
(1= 6777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-fil= e))))
(167= 77318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)=
=C2=A0 =C2= =A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
<= span style=3D"white-space:pre"> (16777319 . org-ref-google-schola= r-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=
=C2=A0 (org-ref-= open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-= at-point)
= (16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . = org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-cita= tion-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
<= div dir=3D"ltr"> (mouse-3 . org-f= ind-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citedate*&q= uot; :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-cite= date* :complete org-citedate*-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-= citation-on-enter
= =C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 = (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citedate" :follow
(lambda (_) (funcal= l org-ref-cite-onclick-function nil)) :export
org-ref-format-citedate :complete org-ci= tedate-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
=
=C2=A0 (save-exc= ursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("citetitle*" :follow
(lambda (_) (funcall org-ref-cite-onclick= -function nil)) :export
org-ref-format-citetitle* :complete org-citetitle*-complete-li= nk
:help-ec= ho
(lambda = (window object position)
(when org-ref-show-citation-on-enter
<= span style=3D"white-space:pre"> =C2=A0 (save-excursion (goto-char = position)
= =C2=A0 =C2=A0(let
= =C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibte= x-key-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s)= (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :key= map
(keymap= (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-= citation-link 1))
= (S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . = org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key a= t point. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) = (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all th= e keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org= -element-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibte= x-key-and-file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citat= ion-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-= google-scholar-at-point)
(16777317 lambda nil "Email entry at point" (inter= active)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;citetitle" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :e= xport
org-r= ef-format-citetitle :complete org-citetitle-complete-link
:help-echo
(lambda (window object posit= ion)
(when= org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 = ((s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Citeauthor*" := follow
(lam= bda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-Citeautho= r* :complete
org-Citeauthor*-complete-link :help-echo
(lambda (window object position)
(when org-ref-show-c= itation-on-enter
<= /span>=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (= org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Autocite*" :follow
(lambda (_) (funca= ll org-ref-cite-onclick-function nil)) :export
org-ref-format-Autocite* :complete org-= Autocite*-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-= excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entr= y (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-t= emp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-f= n :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interac= tive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-= citation-link -1))
= (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
=
(16777337 lambd= a nil
=C2= =A0 "Paste key at point. Assumes the first thing in the killring is a = key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda = nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-elemen= t-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (c= ar (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excurs= ion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-ent= ry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entr= y at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-= bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-poin= t)
(167773= 26 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-op= en-url-at-point)
<= /span> (16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/bod= y) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-= at-mouse))
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("autocite*" :follow
(lambda (_) (funcall org-ref-cite-oncl= ick-function nil)) :export
org-ref-format-autocite* :complete org-autocite*-complete-l= ink
:help-e= cho
(lambda= (window object position)
(when org-ref-show-citation-on-enter
= =C2=A0 (save-excursion (goto-char= position)
= =C2=A0 =C2=A0(let
= =C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibte= x-key-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s)= (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :key= map
(keymap= (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-= citation-link 1))
= (S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . = org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key a= t point. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) = (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all th= e keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org= -element-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibte= x-key-and-file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citat= ion-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-= google-scholar-at-point)
(16777317 lambda nil "Email entry at point" (inter= active)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;Autocite" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :ex= port
org-re= f-format-Autocite :complete org-Autocite-complete-link
:help-echo
(lambda (window object position= )
(when or= g-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
<= div dir=3D"ltr"> =C2=A0 =C2=A0 ((s=
=C2=A0 =C2= =A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buf= fer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
= )
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-ci= tation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
<= div dir=3D"ltr"> (S-left lambda n= il (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-lef= t . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the firs= t thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("autocite" :fol= low
(lambda= (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-autocite :com= plete org-autocite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on= -enter
=C2= =A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-= format-entry (org-ref-get-bibtex-key-under-cursor))
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)<= /div>
=C2=A0 =C2= =A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)=
=C2=A0 )
)
:face org-ref-cite-l= ink-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda ni= l (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org= -ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previous-= key)
(1677= 7337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing in the killri= ng is a key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))=
(16777303= lambda nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (or= g-element-property :path (org-element-context))))
(16777335 lambda nil (interactive)<= /div>
=C2=A0 (kil= l-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-= excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibt= ex-entry-at-point)))
= =C2=A0 )
= (16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Emai= l entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-= email-bibtex-entry))
= (16777315 . org-ref-wos-citing-at-point)
<= span style=3D"white-space:pre"> (16777330 . org-ref-wos-related-a= t-point)
(= 16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . or= g-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-h= ydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . o= rg-open-at-mouse))
= )
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("supercite" :follow
(lambda (_) (funcall org-ref= -cite-onclick-function nil)) :export
org-ref-format-supercite :complete org-supercite-= complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion = (goto-char position)
= =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref= -get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer = (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
<= span style=3D"white-space:pre"> )
:face org-ref-cite-link-face-fn :display f= ull :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-r= ef-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-lin= k -1))
(C-= right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
<= div dir=3D"ltr"> =C2=A0 "Past= e key at point. Assumes the first thing in the killring is a key."
=C2=A0 (intera= ctive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy= all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :pa= th (org-element-context))))
(16777335 lambda nil (interactive)
= =C2=A0 (kill-new (car (org-ref-ge= t-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-ope= n-citation-at-point)
= =C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . o= rg-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at point"= (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 .= org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-ope= n-notes-at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)=
(16777314= . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link = . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
=
)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("parencite*" :follow
(lambda (_) (funcall org-ref-cite-onclick-function = nil)) :export
org-ref-format-parencite* :complete org-parencite*-complete-link
:help-echo
(lambda (window ob= ject position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)<= /div>
=C2=A0 =C2= =A0(let
=C2= =A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-unde= r-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-par= agraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org= -ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-lin= k 1))
(S-l= eft lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next= -key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assu= mes the first thing in the killring is a key."
<= span style=3D"white-space:pre"> =C2=A0 (interactive) (org-ref-inse= rt-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at poi= nt." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-cont= ext))))
(1= 6777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-fil= e))))
(167= 77318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)=
=C2=A0 =C2= =A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
<= span style=3D"white-space:pre"> (16777319 . org-ref-google-schola= r-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=
=C2=A0 (org-ref-= open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-= at-point)
= (16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . = org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-cita= tion-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
<= div dir=3D"ltr"> (mouse-3 . org-f= ind-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("cite*"= :follow
(l= ambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-cite* :c= omplete org-cite*-complete-link :help-echo
(lambda (window object position)
(when org-ref-show-c= itation-on-enter
<= /span>=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (= org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Smartcite" :follow
(lambda (_) (funca= ll org-ref-cite-onclick-function nil)) :export
org-ref-format-Smartcite :complete org-= Smartcite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-= excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entr= y (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-t= emp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-f= n :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interac= tive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-= citation-link -1))
= (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
=
(16777337 lambd= a nil
=C2= =A0 "Paste key at point. Assumes the first thing in the killring is a = key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda = nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-elemen= t-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (c= ar (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excurs= ion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-ent= ry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entr= y at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-= bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-poin= t)
(167773= 26 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-op= en-url-at-point)
<= /span> (16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/bod= y) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-= at-mouse))
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("smartcite" :follow
(lambda (_) (funcall org-ref-cite-oncl= ick-function nil)) :export
org-ref-format-smartcite :complete org-smartcite-complete-l= ink
:help-e= cho
(lambda= (window object position)
(when org-ref-show-citation-on-enter
= =C2=A0 (save-excursion (goto-char= position)
= =C2=A0 =C2=A0(let
= =C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibte= x-key-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s)= (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :key= map
(keymap= (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-= citation-link 1))
= (S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . = org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key a= t point. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) = (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all th= e keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org= -element-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibte= x-key-and-file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citat= ion-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-= google-scholar-at-point)
(16777317 lambda nil "Email entry at point" (inter= active)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;Textcite" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :ex= port
org-re= f-format-Textcite :complete org-Textcite-complete-link
:help-echo
(lambda (window object position= )
(when or= g-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
<= div dir=3D"ltr"> =C2=A0 =C2=A0 ((s=
=C2=A0 =C2= =A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buf= fer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
= )
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-ci= tation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
<= div dir=3D"ltr"> (S-left lambda n= il (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-lef= t . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the firs= t thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("textcite" :fol= low
(lambda= (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-textcite :com= plete org-textcite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on= -enter
=C2= =A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-= format-entry (org-ref-get-bibtex-key-under-cursor))
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)<= /div>
=C2=A0 =C2= =A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)=
=C2=A0 )
)
:face org-ref-cite-l= ink-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda ni= l (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org= -ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previous-= key)
(1677= 7337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing in the killri= ng is a key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))=
(16777303= lambda nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (or= g-element-property :path (org-element-context))))
(16777335 lambda nil (interactive)<= /div>
=C2=A0 (kil= l-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-= excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibt= ex-entry-at-point)))
= =C2=A0 )
= (16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Emai= l entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-= email-bibtex-entry))
= (16777315 . org-ref-wos-citing-at-point)
<= span style=3D"white-space:pre"> (16777330 . org-ref-wos-related-a= t-point)
(= 16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . or= g-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-h= ydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . o= rg-open-at-mouse))
= )
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("footcitetext" :follow
(lambda (_) (funcall org= -ref-cite-onclick-function nil)) :export
org-ref-format-footcitetext :complete
<= div dir=3D"ltr"> org-footcitetext-= complete-link :help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save= -excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-ent= ry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-t= emp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-f= n :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interac= tive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-= citation-link -1))
= (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
=
(16777337 lambd= a nil
=C2= =A0 "Paste key at point. Assumes the first thing in the killring is a = key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda = nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-elemen= t-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (c= ar (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excurs= ion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-ent= ry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entr= y at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-= bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-poin= t)
(167773= 26 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-op= en-url-at-point)
<= /span> (16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/bod= y) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-= at-mouse))
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("footcite" :follow
(lambda (_) (funcall org-ref-cite-oncli= ck-function nil)) :export
org-ref-format-footcite :complete org-footcite-complete-link=
:help-echo=
(lambda (w= indow object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char po= sition)
=C2= =A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-k= ey-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (= fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keyma= p
(keymap (= S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-ci= tation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . or= g-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at p= oint. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (or= g-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the k= eys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-el= ement-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-k= ey-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citatio= n-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-go= ogle-scholar-at-point)
(16777317 lambda nil "Email entry at point" (interac= tive)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;Parencite" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :e= xport
org-r= ef-format-Parencite :complete org-Parencite-complete-link
:help-echo
(lambda (window object posit= ion)
(when= org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 = ((s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("parencite" :fo= llow
(lambd= a (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-parencite :c= omplete org-parencite-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation= -on-enter
= =C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-re= f-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0= )
=C2=A0 = =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=
=C2=A0 =C2=A0 )<= /div>
=C2=A0 =C2= =A0)
=C2=A0= )
)
=
:face org-ref-ci= te-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambd= a nil (interactive) (org-ref-swap-citation-link 1))
<= span style=3D"white-space:pre"> (S-left lambda nil (interactive) = (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previ= ous-key)
(= 16777337 lambda nil
= =C2=A0 "Paste key at point. Assumes the first thing in the ki= llring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-rin= g)))
(1677= 7303 lambda nil "Copy all the keys at point." (interactive)
=
=C2=A0 (kill-new= (org-element-property :path (org-element-context))))
(16777335 lambda nil (interacti= ve)
=C2=A0 = (kill-new (car (org-ref-get-bibtex-key-and-file))))
<= span style=3D"white-space:pre"> (16777318 lambda nil (interactive= )
=C2=A0 (s= ave-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-= bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "= Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org= -ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-rela= ted-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 .= org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cit= e-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2= . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Cite" :follow
(lambda (_) (funcall org-ref-ci= te-onclick-function nil)) :export
org-ref-format-Cite :complete org-Cite-complete-link= :help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (= goto-char position)
= =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-= get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
= =C2=A0 =C2=A0 (with-temp-buffer (= insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
= =C2=A0 )
)
:face org-ref-cite-link-face-fn :display fu= ll :keymap
= (keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-re= f-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link= -1))
(C-r= ight . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste= key at point. Assumes the first thing in the killring is a key."
=C2=A0 (interac= tive) (org-ref-insert-key-at-point (car kill-ring)))
= (16777303 lambda nil "Copy = all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :pat= h (org-element-context))))
(16777335 lambda nil (interactive)
<= span style=3D"white-space:pre"> =C2=A0 (kill-new (car (org-ref-get= -bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open= -citation-at-point)
= =C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . or= g-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at point" = (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . = org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-ope= n-notes-at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)=
(16777314= . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link = . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
=
)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("Citeauthor" :follow
(lambda (_) (funcall org-ref-cite-onclick-function = nil)) :export
org-ref-format-Citeauthor :complete org-Citeauthor-complete-link
:help-echo
(lambda (window ob= ject position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)<= /div>
=C2=A0 =C2= =A0(let
=C2= =A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-unde= r-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-par= agraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org= -ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-lin= k 1))
(S-l= eft lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next= -key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assu= mes the first thing in the killring is a key."
<= span style=3D"white-space:pre"> =C2=A0 (interactive) (org-ref-inse= rt-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at poi= nt." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-cont= ext))))
(1= 6777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-fil= e))))
(167= 77318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)=
=C2=A0 =C2= =A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
<= span style=3D"white-space:pre"> (16777319 . org-ref-google-schola= r-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=
=C2=A0 (org-ref-= open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-= at-point)
= (16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . = org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-cita= tion-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
<= div dir=3D"ltr"> (mouse-3 . org-f= ind-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Citealp&quo= t; :follow
= (lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-Citeal= p :complete org-Citealp-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-cita= tion-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (or= g-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=
=C2=A0 =C2=A0 = =C2=A0)
=C2= =A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 )
= )
:face org= -ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-lin= k)
(S-righ= t lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (intera= ctive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-= ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing = in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car= kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interacti= ve)
=C2=A0 = (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil (= interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Citealt" :follow
(lambda (_) (funcall= org-ref-cite-onclick-function nil)) :export
org-ref-format-Citealt :complete org-Cite= alt-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
<= div dir=3D"ltr"> =C2=A0 (save-excu= rsion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("Citep" :follow
(lambda (_) (funcall org-ref-cite-onclick-fu= nction nil)) :export
= org-ref-format-Citep :complete org-Citep-complete-link :help-echo=
(lambda (w= indow object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char po= sition)
=C2= =A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-k= ey-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (= fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keyma= p
(keymap (= S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-ci= tation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . or= g-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at p= oint. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (or= g-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the k= eys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-el= ement-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-k= ey-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citatio= n-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-go= ogle-scholar-at-point)
(16777317 lambda nil "Email entry at point" (interac= tive)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;Citet" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :expor= t
org-ref-f= ormat-Citet :complete org-Citet-complete-link :help-echo
(lambda (window object positi= on)
(when = org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 (= (s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citeyearpar" := follow
(lam= bda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-citeyearp= ar :complete
org-citeyearpar-complete-link :help-echo
(lambda (window object position)
(when org-ref-show-c= itation-on-enter
<= /span>=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (= org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citeyear*" :follow
(lambda (_) (funca= ll org-ref-cite-onclick-function nil)) :export
org-ref-format-citeyear* :complete org-= citeyear*-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-= excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entr= y (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-t= emp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-f= n :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interac= tive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-= citation-link -1))
= (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
=
(16777337 lambd= a nil
=C2= =A0 "Paste key at point. Assumes the first thing in the killring is a = key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda = nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-elemen= t-property :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (c= ar (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excurs= ion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-ent= ry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entr= y at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-= bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-poin= t)
(167773= 26 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-op= en-url-at-point)
<= /span> (16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/bod= y) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-= at-mouse))
= )
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("citeyear" :follow
(lambda (_) (funcall org-ref-cite-oncli= ck-function nil)) :export
org-ref-format-citeyear :complete org-citeyear-complete-link=
:help-echo=
(lambda (w= indow object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char po= sition)
=C2= =A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-k= ey-under-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (= fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keyma= p
(keymap (= S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-ci= tation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . or= g-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at p= oint. Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (or= g-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the k= eys at point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-el= ement-context))))
= (16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-k= ey-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citatio= n-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-go= ogle-scholar-at-point)
(16777317 lambda nil "Email entry at point" (interac= tive)
=C2= =A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-re= f-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes= -at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . or= g-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mou= se-face)
(= mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&qu= ot;citeauthor*" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) = :export
org= -ref-format-citeauthor* :complete
org-citeauthor*-complete-link :help-echo
(lambda (window object= position)
= (when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(l= et
=C2=A0 = =C2=A0 ((s
= =C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cu= rsor))
=C2= =A0 =C2=A0 =C2=A0 )
= =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragr= aph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
= :face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-re= f-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1= ))
(S-left= lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-ke= y) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes= the first thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-= key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point.= " (interactive)
= =C2=A0 (kill-new (org-element-property :path (org-element-context= ))))
(1677= 7335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))= ))
(167773= 18 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0= (kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-a= t-point)
(= 16777317 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-ope= n-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-= point)
(16= 777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
=
(16777328 . org= -ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
= (16777314 . org-ref-open-citatio= n-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find= -file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citeauthor"= ; :follow
(= lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-citeaut= hor :complete org-citeauthor-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-c= itation-on-enter
<= /span>=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (= org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citetext" :follow
(lambda (_) (funcal= l org-ref-cite-onclick-function nil)) :export
org-ref-format-citetext :complete org-ci= tetext-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
=
=C2=A0 (save-exc= ursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("citenum" :follow
(lambda (_) (funcall org-ref-cite-onclick-fu= nction nil)) :export
= org-ref-format-citenum :complete org-citenum-complete-link
<= div dir=3D"ltr"> :help-echo
<= div dir=3D"ltr"> (lambda (window o= bject position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)=
=C2=A0 =C2= =A0(let
=C2= =A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-unde= r-cursor))
= =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-par= agraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org= -ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-lin= k 1))
(S-l= eft lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next= -key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assu= mes the first thing in the killring is a key."
<= span style=3D"white-space:pre"> =C2=A0 (interactive) (org-ref-inse= rt-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at poi= nt." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-cont= ext))))
(1= 6777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-fil= e))))
(167= 77318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)=
=C2=A0 =C2= =A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
<= span style=3D"white-space:pre"> (16777319 . org-ref-google-schola= r-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=
=C2=A0 (org-ref-= open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-= at-point)
= (16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . = org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-cita= tion-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
<= div dir=3D"ltr"> (mouse-3 . org-f= ind-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citealp*&qu= ot; :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-citea= lp* :complete org-citealp*-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-ci= tation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (o= rg-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 = =C2=A0)
=C2= =A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2= =A0 )
=C2= =A0 =C2=A0)
=C2=A0 )
= )
:face org= -ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-lin= k)
(S-righ= t lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (intera= ctive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-= ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing = in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (car= kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interacti= ve)
=C2=A0 = (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil (= interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citealp" :follow
(lambda (_) (funcall= org-ref-cite-onclick-function nil)) :export
org-ref-format-citealp :complete org-cite= alp-complete-link
= :help-echo
= (lambda (window object position)
(when org-ref-show-citation-on-enter
<= div dir=3D"ltr"> =C2=A0 (save-excu= rsion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (= org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp= -buffer (insert s) (fill-paragraph) (buffer-string))
= =C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn = :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interacti= ve) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-ci= tation-link -1))
<= /span> (C-right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda = nil
=C2=A0 = "Paste key at point. Assumes the first thing in the killring is a key.= "
=C2= =A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil= "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-p= roperty :path (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car = (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (= org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at= -point)))
= =C2=A0 )
(= 16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at= point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibt= ex-entry))
= (16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 .= org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-u= rl-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (= follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-m= ouse))
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("citealt*" :follow
(lambda (_) (funcall org-ref-cite-onclick-f= unction nil)) :export
org-ref-format-citealt* :complete org-citealt*-complete-link
:help-echo
(lambda (windo= w object position)
= (when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char positi= on)
=C2=A0 = =C2=A0(let
= =C2=A0 =C2=A0 ((s
= =C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-u= nder-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-= paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
=
(keymap (S-up . = org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-= link 1))
(= S-left lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-n= ext-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
= =C2=A0 "Paste key at point. = Assumes the first thing in the killring is a key."
=C2=A0 (interactive) (org-ref-= insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at= point." (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-= context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and= -file))))
= (16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-po= int)
=C2=A0= =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-sc= holar-at-point)
(16777317 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-= ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-cit= ing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point= )
(1677732= 8 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-ope= n-citation-at-point)
= (16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)<= /div>
(mouse-3 .= org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citeal= t" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)) :export
=
org-ref-format-c= itealt :complete org-citealt-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-c= itation-on-enter
<= /span>=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (= org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2= =A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string= ))
=C2=A0 = =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face = org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-= link)
(S-r= ight lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (int= eractive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org= -ref-previous-key)
= (16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing= in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-point (ca= r kill-ring)))
(16777303 lambda nil "Copy all the keys at point." (interact= ive)
=C2=A0= (kill-new (org-element-property :path (org-element-context))))
(16777335 lambda nil = (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (i= nteractive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-r= ef-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point)
(16777317 lambda = nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-po= int) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point)
(16777330 . org-ref= -wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at= -point)
(1= 6777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . or= g-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) = (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citep*" :follow
(lambda (_) (funcall = org-ref-cite-onclick-function nil)) :export
org-ref-format-citep* :complete org-citep*= -complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion= (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-re= f-get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer= (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
= )
:face org-ref-cite-link-face-fn :display = full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-= ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-li= nk -1))
(C= -right . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=
=C2=A0 "Pas= te key at point. Assumes the first thing in the killring is a key."
=C2=A0 (inter= active) (org-ref-insert-key-at-point (car kill-ring)))
(16777303 lambda nil "Cop= y all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :p= ath (org-element-context))))
(16777335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-g= et-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
<= span style=3D"white-space:pre"> =C2=A0 (save-excursion (org-ref-op= en-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))<= /div>
=C2=A0 )
(16777319 . = org-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at point"= ; (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))<= /div>
(16777315 = . org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-op= en-notes-at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point= )
(1677731= 4 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link= . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("citep" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil))= :export
or= g-ref-format-citep :complete org-citep-complete-link :help-echo
(lambda (window object= position)
= (when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(l= et
=C2=A0 = =C2=A0 ((s
= =C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cu= rsor))
=C2= =A0 =C2=A0 =C2=A0 )
= =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragr= aph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
= :face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-re= f-sort-citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1= ))
(S-left= lambda nil (interactive) (org-ref-swap-citation-link -1))
(C-right . org-ref-next-ke= y) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes= the first thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-= key-at-point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point.= " (interactive)
= =C2=A0 (kill-new (org-element-property :path (org-element-context= ))))
(1677= 7335 lambda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))= ))
(167773= 18 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0= (kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-a= t-point)
(= 16777317 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-ope= n-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-= point)
(16= 777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
=
(16777328 . org= -ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)
= (16777314 . org-ref-open-citatio= n-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find= -file-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("citet*" :f= ollow
(lamb= da (_) (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-citet* :c= omplete org-citet*-complete-link
:help-echo
(lambda (window object position)
(when org-ref-show-citation-on= -enter
=C2= =A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-= format-entry (org-ref-get-bibtex-key-under-cursor))
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)<= /div>
=C2=A0 =C2= =A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)=
=C2=A0 )
)
:face org-ref-cite-l= ink-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda ni= l (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org= -ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previous-= key)
(1677= 7337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing in the killri= ng is a key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))=
(16777303= lambda nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (or= g-element-property :path (org-element-context))))
(16777335 lambda nil (interactive)<= /div>
=C2=A0 (kil= l-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-= excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibt= ex-entry-at-point)))
= =C2=A0 )
= (16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Emai= l entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-= email-bibtex-entry))
= (16777315 . org-ref-wos-citing-at-point)
<= span style=3D"white-space:pre"> (16777330 . org-ref-wos-related-a= t-point)
(= 16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . or= g-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-h= ydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . o= rg-open-at-mouse))
= )
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("citet" :follow
(lambda (_) (funcall org-ref-cit= e-onclick-function nil)) :export
org-ref-format-citet :complete org-citet-complete-lin= k :help-echo
(lambda (window object position)
(when org-ref-show-citation-on-enter
=C2=A0 (save-excursion (= goto-char position)
= =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-= get-bibtex-key-under-cursor))
=C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
= =C2=A0 =C2=A0 (with-temp-buffer (= insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
= =C2=A0 )
)
:face org-ref-cite-link-face-fn :display fu= ll :keymap
= (keymap (S-up . org-ref-sort-citation-link)
(S-right lambda nil (interactive) (org-re= f-swap-citation-link 1))
(S-left lambda nil (interactive) (org-ref-swap-citation-link= -1))
(C-r= ight . org-ref-next-key) (C-left . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste= key at point. Assumes the first thing in the killring is a key."
=C2=A0 (interac= tive) (org-ref-insert-key-at-point (car kill-ring)))
= (16777303 lambda nil "Copy = all the keys at point." (interactive)
=C2=A0 (kill-new (org-element-property :pat= h (org-element-context))))
(16777335 lambda nil (interactive)
<= span style=3D"white-space:pre"> =C2=A0 (kill-new (car (org-ref-get= -bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-excursion (org-ref-open= -citation-at-point)
= =C2=A0 =C2=A0(kill-new (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . or= g-ref-google-scholar-at-point)
(16777317 lambda nil "Email entry at point" = (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-email-bibtex-entry))
(16777315 . = org-ref-wos-citing-at-point)
(16777330 . org-ref-wos-related-at-point)
(16777326 . org-ref-ope= n-notes-at-point)
= (16777328 . org-ref-open-pdf-at-point)
(16777333 . org-ref-open-url-at-point)=
(16777314= . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-hydra/body) (follow-link = . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))
=
)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("nocite" :follow
(lambda (_) (funcall org-ref-cite-onclick-function nil)= ) :export
o= rg-ref-format-nocite :complete org-nocite-complete-link
:help-echo
(lambda (window object positio= n)
(when o= rg-ref-show-citation-on-enter
=C2=A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=
=C2=A0 =C2=A0 ((= s
=C2=A0 = =C2=A0 =C2=A0 (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor))<= /div>
=C2=A0 =C2= =A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 (with-temp-buffer (insert s) (fill-paragraph) (b= uffer-string))
=C2=A0 =C2=A0 )
= =C2=A0 =C2=A0)
=C2=A0 )
)
:face org-ref-cite-link-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-= citation-link)
(S-right lambda nil (interactive) (org-ref-swap-citation-link 1))
(S-left lambda= nil (interactive) (org-ref-swap-citation-link -1))
<= span style=3D"white-space:pre"> (C-right . org-ref-next-key) (C-l= eft . org-ref-previous-key)
(16777337 lambda nil
=C2=A0 "Paste key at point. Assumes the fi= rst thing in the killring is a key."
=C2=A0 (interactive) (org-ref-insert-key-at-= point (car kill-ring)))
(16777303 lambda nil "Copy all the keys at point." = (interactive)
=C2=A0 (kill-new (org-element-property :path (org-element-context))))
(16777335 la= mbda nil (interactive)
=C2=A0 (kill-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lamb= da nil (interactive)
= =C2=A0 (save-excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-n= ew (org-ref-format-bibtex-entry-at-point)))
=C2=A0 )
(16777319 . org-ref-google-scholar-at-point= )
(1677731= 7 lambda nil "Email entry at point" (interactive)
=C2=A0 (org-ref-open-cit= ation-at-point) (org-ref-email-bibtex-entry))
(16777315 . org-ref-wos-citing-at-point= )
(1677733= 0 . org-ref-wos-related-at-point)
(16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-= open-pdf-at-point)
= (16777333 . org-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-= point)
(16= 777327 . org-ref-cite-hydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-fil= e-at-mouse) (mouse-2 . org-open-at-mouse))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("cite" :follow<= /div>
(lambda (_)= (funcall org-ref-cite-onclick-function nil)) :export
org-ref-format-cite :complete or= g-cite-complete-link :help-echo
(lambda (window object position)
(when org-ref-show-citation-on-= enter
=C2= =A0 (save-excursion (goto-char position)
=C2=A0 =C2=A0(let
=C2=A0 =C2=A0 ((s
=C2=A0 =C2=A0 =C2=A0 (org-ref-= format-entry (org-ref-get-bibtex-key-under-cursor))
<= span style=3D"white-space:pre"> =C2=A0 =C2=A0 =C2=A0 )
=C2=A0 =C2=A0 =C2=A0)<= /div>
=C2=A0 =C2= =A0 (with-temp-buffer (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)=
=C2=A0 )
)
:face org-ref-cite-l= ink-face-fn :display full :keymap
(keymap (S-up . org-ref-sort-citation-link)
(S-right lambda ni= l (interactive) (org-ref-swap-citation-link 1))
(S-left lambda nil (interactive) (org= -ref-swap-citation-link -1))
(C-right . org-ref-next-key) (C-left . org-ref-previous-= key)
(1677= 7337 lambda nil
=C2=A0 "Paste key at point. Assumes the first thing in the killri= ng is a key."
= =C2=A0 (interactive) (org-ref-insert-key-at-point (car kill-ring)))=
(16777303= lambda nil "Copy all the keys at point." (interactive)
=C2=A0 (kill-new (or= g-element-property :path (org-element-context))))
(16777335 lambda nil (interactive)<= /div>
=C2=A0 (kil= l-new (car (org-ref-get-bibtex-key-and-file))))
(16777318 lambda nil (interactive)
=C2=A0 (save-= excursion (org-ref-open-citation-at-point)
=C2=A0 =C2=A0(kill-new (org-ref-format-bibt= ex-entry-at-point)))
= =C2=A0 )
= (16777319 . org-ref-google-scholar-at-point)
(16777317 lambda nil "Emai= l entry at point" (interactive)
=C2=A0 (org-ref-open-citation-at-point) (org-ref-= email-bibtex-entry))
= (16777315 . org-ref-wos-citing-at-point)
<= span style=3D"white-space:pre"> (16777330 . org-ref-wos-related-a= t-point)
(= 16777326 . org-ref-open-notes-at-point)
(16777328 . org-ref-open-pdf-at-point)
(16777333 . or= g-ref-open-url-at-point)
(16777314 . org-ref-open-citation-at-point)
(16777327 . org-ref-cite-h= ydra/body) (follow-link . mouse-face)
(mouse-3 . org-find-file-at-mouse) (mouse-2 . o= rg-open-at-mouse))
= :store org-ref-bibtex-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Cref" = :follow org-ref-ref-follow :export org-ref-Cref-export
:complete org-ref-complete-link= :face org-ref-ref-face-fn
:help-echo org-ref-ref-help-echo)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("cre= f" :follow org-ref-ref-follow :export org-ref-cref-export
:complete org-ref-compl= ete-link :face org-ref-ref-face-fn
:help-echo org-ref-ref-help-echo)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(&= quot;autoref" :follow org-ref-ref-follow :export
org-ref-autoref-export :complete= org-ref-complete-link :face
org-ref-ref-face-fn :help-echo org-ref-ref-help-echo)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("eqref" :follow org-ref-ref-follow :export org-ref-= eqref-export
:complete org-ref-complete-link :face org-ref-ref-face-fn
:help-echo org-ref-ref-h= elp-echo)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("nameref" :follow org-ref-ref-follow = :export
org= -ref-export-nameref :complete org-ref-complete-link :face
org-ref-ref-face-fn :help-ec= ho org-ref-ref-help-echo)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("pageref" :follow org-r= ef-ref-follow :export
(lambda (path desc format)
(cond
=C2=A0 ((eq format 'html) (format "(<pag= eref>%s</pageref>)" path))
=C2=A0 ((eq format 'latex) (format "= ;\\pageref{%s}" path)))
)
= :face org-ref-ref-face-fn :complete org-pageref-complete-link
:help-echo org= -ref-ref-help-echo)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("ref" :follow org-ref-ref-fol= low :export org-ref-ref-export
:complete org-ref-complete-link :face org-ref-ref-face-= fn
:help-ec= ho org-ref-ref-help-echo)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("label" :follow
(lambda (label)
"On cli= cking count the number of label tags used in the buffer.\nA number greater = than one means multiple labels!"
(let

=C2=A0 ((count


=C2=A0 =C2=A0 (org-ref-count-labels
=
=C2=A0 =C2=A0 = =C2=A0label)


=C2= =A0 =C2=A0 =C2=A0 =C2=A0)

= =C2=A0 =C2=A0)

= =C2=A0 (message

=C2=A0 =C2=A0 =C2=A0 (format<= /div>


=C2=A0 =C2=A0 =C2= =A0 =C2=A0"%s occurence%s"



=C2=A0 =C2=A0 =C2=A0 =C2=A0co= unt



= =C2=A0 =C2=A0 =C2=A0 =C2=A0(if



<= /span>(or





=



=











(=3D count 0)












<= div dir=3D"ltr">


<= /div>



= (> count 1)

=
















= )


<= /div>












"s" "")



=C2=A0 = =C2=A0 =C2=A0 =C2=A0)

=C2=A0 =C2=A0(org-ref-count-labels la= bel)

=C2=A0 =C2=A0)

=C2=A0 )
)
:export
(lambda (keyword desc format)
=
(cond
=C2=A0 ((eq format &= #39;html) (format "<div id=3D\"%s\"></div>"= keyword))
= =C2=A0 ((eq format 'md) (format "<a name=3D\"%s\">= </a>" keyword))
=C2=A0 ((eq format 'latex) (format "\\label{%s}&qu= ot; keyword)))
)
:sto= re org-label-store-link :face org-ref-label-face-fn
<= span style=3D"white-space:pre"> :help-echo
<= span style=3D"white-space:pre"> (lambda (window object position)
(save-excur= sion (goto-char position)
=C2=A0 (let ((s (org-ref-link-message)))
=C2=A0 =C2=A0(let ((temp-buffe= r (generate-new-buffer " *temp*")))
=C2=A0 =C2=A0 (save-current-buffer (set-= buffer temp-buffer)
= =C2=A0 =C2=A0 =C2=A0(unwind-protect
=C2=A0 =C2=A0 =C2=A0 (progn (insert s) (f= ill-paragraph) (buffer-string))
=C2=A0 =C2=A0 =C2=A0 (and (buffer-name temp-buffer) (k= ill-buffer temp-buffer)))
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("list-of-tables" :foll= ow org-ref-list-of-tables :export
(lambda (keyword desc format)
= (cond ((eq format 'latex) (f= ormat "\\listoftables"))))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("list-of-figures" :fo= llow org-ref-list-of-figures :export
(lambda (keyword desc format)
(cond ((eq format 'latex)= (format "\\listoffigures"))))
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("addbibresource"= :follow org-ref-follow-addbibresource :export
(lambda (keyword desc format)
(cond ((eq format &= #39;html) (format ""))
=C2=A0 ((eq format 'latex) (format "\\addbib= resource{%s}" keyword)))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("bibliographystyle" :export
(lambda (keyword de= sc format)
= (cond
=C2= =A0 ((or (eq format 'latex) (eq format 'beamer))
=C2=A0 =C2=A0(format "\\= bibliographystyle{%s}" keyword))
=C2=A0 (t ""))
<= span style=3D"white-space:pre"> )
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("printbibliography&= quot; :follow org-ref-open-bibliography :export
(lambda (keyword desc format)
(cond ((eq format = 'org) (org-ref-get-org-bibliography))
=C2=A0 ((eq format 'html) (org-ref-get-h= tml-bibliography))
= =C2=A0 ((eq format 'latex) org-ref-printbibliography-cmd))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("= ;nobibliography" :follow org-ref-open-bibliography :export
org-ref-nobibliography= -format)
=C2= =A0 =C2=A0 =C2=A0 =C2=A0("bibliography" :follow org-ref-open-bibl= iography :export
<= /span>org-ref-bibliography-format :complete
org-bibliography-complete-link :help-echo<= /div>
(lambda (wi= ndow object position)
(save-excursion (goto-char position)
=C2=A0 (let ((s (org-ref-link-message= )))
=C2=A0 = =C2=A0(let ((temp-buffer (generate-new-buffer " *temp*")))
<= div dir=3D"ltr"> =C2=A0 =C2=A0 (sa= ve-current-buffer (set-buffer temp-buffer)
=C2=A0 =C2=A0 =C2=A0(unwind-protect
=C2=A0 =C2=A0 =C2= =A0 (progn (insert s) (fill-paragraph) (buffer-string))
=C2=A0 =C2=A0 =C2=A0 (and (buf= fer-name temp-buffer) (kill-buffer temp-buffer)))
=C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 )
=C2=A0 =C2=A0)
=C2=A0 )
<= div dir=3D"ltr"> )
:face org-ref-bibliograp= hy-face-fn)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("Acp" :follow or-follow-acronym :face= org-ref-acronym-face
:help-echo or-acronym-tooltip :export
(closure ((mapping "Acp" . = "Glspl") (--dolist-tail--) t)
(path _ format)
(cond
=C2=A0 ((eq format 'latex) (format &qu= ot;\\%s{%s}" (cdr mapping) path))
=C2=A0 (t (format "%s" (upcase path))= ))
)
=
)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("acp" :follow or-follow-acronym :face org-ref-acronym-face
:help-echo or= -acronym-tooltip :export
(closure ((mapping "acp" . "glspl") (--do= list-tail--) t)
(path _ format)
(cond
= =C2=A0 ((eq format 'latex) (format "\\%s{%s}" (cdr map= ping) path))
=C2=A0 (t (format "%s" (upcase path))))
<= span style=3D"white-space:pre"> )
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Ac" :follow o= r-follow-acronym :face org-ref-acronym-face
:help-echo or-acronym-tooltip :export
(closure ((mapp= ing "Ac" . "Gls") (--dolist-tail--) t)
(path _ format)
(cond
=C2=A0 ((eq format '= latex) (format "\\%s{%s}" (cdr mapping) path))
=C2=A0 (t (format "%s&qu= ot; (upcase path))))
= )
)
=C2=A0 = =C2=A0 =C2=A0 =C2=A0("ac" :follow or-follow-acronym :face org-ref= -acronym-face
:help-echo or-acronym-tooltip :export
(closure ((mapping "ac" . "gl= s") (--dolist-tail--) t)
(path _ format)
(cond
=C2=A0 ((eq format 'latex) (format "\\%s{%s}&= quot; (cdr mapping) path))
=C2=A0 (t (format "%s" (upcase path))))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("acrf= ull" :follow or-follow-acronym :face org-ref-acronym-face
:help-echo or-acronym-t= ooltip :export
(closure ((mapping "acrfull" . "acrfull") (--dolist= -tail--) t)
(path _ format)
= (cond
=C2=A0 ((eq format 'latex) (format "\\%s{%s}" (cdr mapping= ) path))
= =C2=A0 (t (format "%s" (upcase path))))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("acrlong" :follo= w or-follow-acronym :face org-ref-acronym-face
:help-echo or-acronym-tooltip :export
(closure ((m= apping "acrlong" . "acrlong") (--dolist-tail--) t)
(path _ format= )
(cond
=C2=A0 ((eq f= ormat 'latex) (format "\\%s{%s}" (cdr mapping) path))
=C2=A0 (t (format = "%s" (upcase path))))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("acrshort" :follow or-follow-acron= ym :face org-ref-acronym-face
:help-echo or-acronym-tooltip :export
(closure ((mapping "acrs= hort" . "acrshort") (--dolist-tail--) t)
(path _ format)
(cond
=C2=A0 ((eq format 'late= x) (format "\\%s{%s}" (cdr mapping) path))
= =C2=A0 (t (format "%s" = (upcase path))))
<= /span> )
)<= /div>
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("glslink" :follow or-follow-glossary :face org-= ref-glossary-face
= :help-echo or-glossary-tooltip :export
(closure (t) (path desc format)
(cond
=C2=A0 ((eq format '= ;latex) (format "\\glslink{%s}{%s}" path desc))
=C2=A0 (t (format "%s&q= uot; path)))
)
)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("glsdesc" :follow or-follow-glossary :face org-ref-= glossary-face
:help-echo or-glossary-tooltip :export
(closure ((command . "glsdesc") (-= -dolist-tail--) t)
= (path _ format)
(cond ((eq format 'latex) (format "\\%s{%s}" c= ommand path))
=C2=A0 (t (format "%s" path)))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("glssymbol" :follow or= -follow-glossary :face
org-ref-glossary-face :help-echo or-glossary-tooltip :export
(closure ((co= mmand . "glssymbol") (--dolist-tail--) t)
<= span style=3D"white-space:pre"> (path _ format)
(cond ((eq format 'late= x) (format "\\%s{%s}" command path))
=C2=A0 (t (format "%s" path))= )
)
<= div dir=3D"ltr"> )
=C2=A0 =C2=A0 =C2=A0 =C2= =A0("Glspl" :follow or-follow-glossary :face org-ref-glossary-fac= e
:help-ech= o or-glossary-tooltip :export
(closure ((command . "Glspl") (--dolist-tail--= ) t)
(path= _ format)
= (cond ((eq format 'latex) (format "\\%s{%s}" command path))<= /div>
=C2=A0 (t (= format "%s" path)))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("Gls" :follow or-follow-glossary :fa= ce org-ref-glossary-face
:help-echo or-glossary-tooltip :export
= (closure ((command . "Gls&qu= ot;) (--dolist-tail--) t) (path _ format)
(cond ((eq format 'latex) (format "= ;\\%s{%s}" command path))
=C2=A0 (t (format "%s" path)))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("glspl&qu= ot; :follow or-follow-glossary :face org-ref-glossary-face
:help-echo or-glossary-tool= tip :export
(closure ((command . "glspl") (--dolist-tail--) t)
(path _ format)
(cond ((eq format= 'latex) (format "\\%s{%s}" command path))
=C2=A0 (t (format "%s&qu= ot; path)))
)
)
=
=C2=A0 =C2=A0 =C2= =A0 =C2=A0("gls" :follow or-follow-glossary :face org-ref-glossar= y-face
:hel= p-echo or-glossary-tooltip :export
(closure ((command . "gls") (--dolist-tai= l--) t) (path _ format)
(cond ((eq format 'latex) (format "\\%s{%s}" co= mmand path))
=C2=A0 (t (format "%s" path)))
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("bibtex" :follow org-bi= btex-open :store org-bibtex-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("file+sys&qu= ot;) ("file+emacs")
=C2=A0 =C2=A0 =C2=A0 =C2=A0("elfeed" :follow el= feed-link-open :store elfeed-link-store-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("doi&quo= t; :follow doi-link-menu :export
(lambda (doi desc format)
(cond
=C2=A0 ((eq format 'html)
=C2=A0 =C2=A0(format &q= uot;<a href=3D\"%s%s\">%s</a>" doi-utils-dx-doi-= org-url doi
=C2=A0 =C2=A0 (or desc (concat "doi:" doi)))
=C2=A0 =C2=A0)
=C2=A0 ((eq format '= latex)
=C2= =A0 =C2=A0(format "\\href{%s%s}{%s}" doi-utils-dx-doi-org-url doi=
=C2=A0 =C2= =A0 (or desc (concat "doi:" doi)))
=C2=A0 =C2=A0)
=C2=A0 )
)
)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("elisp" :follow org= --open-elisp-link)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("file" :complete org-file-comp= lete-link)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("ftp" :follow (lambda (path) (browse-= url (concat "ftp:" path))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0("help" :fol= low org--open-help-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0("http" :follow (lambda (= path) (browse-url (concat "http:" path))))
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("= https" :follow
= (lambda (path) (browse-url (concat "https:" path))))
=C2=A0 =C2=A0 = =C2=A0 =C2=A0("mailto" :follow
(lambda (path) (browse-url (concat "mai= lto:" path))))
= =C2=A0 =C2=A0 =C2=A0 =C2=A0("news" :follow (lambda (path)= (browse-url (concat "news:" path))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0("shell= " :follow org--open-shell-link))
=C2=A0org-src-b= lock-faces '(("emacs-lisp" (:background "#EEE2FF"))=
=C2=A0 =C2= =A0 =C2=A0 =C2=A0("python" (:background "#4d2092")))
=C2=A0org-agenda-skip-scheduled-if-done t
=C2=A0org-latex-format-headline-function 'org-latex-format-hea= dline-default-function
=C2=A0org-latex-format-inlinet= ask-function 'org-latex-format-inlinetask-default-function
=C2=A0org-html-format-drawer-function #[514 "\207" [] 3= "\n\n(fn NAME CONTENTS)"]
=C2=A0org-agenda= -todo-ignore-with-date t
=C2=A0org-image-actual-width= nil
=C2=A0org-ref-get-pdf-filename-function 'org= -ref-get-pdf-filename
=C2=A0org-latex-classes '((= "gMOS2e"
= =C2=A0 =C2=A0 =C2=A0 "\\documentclass[]{gMOS2e}\n [NO-DEFAULT-P= ACKAGES]\n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" .= "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "= ;\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "= ;\\subsubsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\paragraph{%s}" . "= \\paragraph*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{%s}" . "\\= subparagraph*{%s}"))
=C2=A0 =C2=A0 =C2=A0("nature"
=C2=A0 =C2=A0 =C2=A0 "\\docu= mentclass[fleqn,10pt]{wlscirep}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXT= RA]"
= =C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "\\section*{%s}"= ;)
=C2=A0 = =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsection*{%s}"= )
=C2=A0 =C2= =A0 =C2=A0 ("\\subsubsection{%s}" . "\\subsubsection*{%s}&qu= ot;)
=C2=A0 = =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\paragraph*{%s}")<= /div>
=C2=A0 =C2= =A0 =C2=A0 ("\\subparagraph{%s}" . "\\subparagraph*{%s}"= ;))
=C2=A0 = =C2=A0 =C2=A0("elsarticle"
=C2=A0 =C2=A0 =C2=A0 "\\documentclass{elsarti= cle}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\= \section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsecti= on{%s}" . "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsecti= on{%s}" . "\\subsubsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\paragrap= h{%s}" . "\\paragraph*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{= %s}" . "\\subparagraph*{%s}"))
=C2=A0 =C2=A0 =C2=A0("svjour3"<= /div>
=C2=A0 =C2= =A0 =C2=A0 "\\documentclass{svjour3}\n [NO-DEFAULT-PACKAGES]\n [PACKAG= ES]\n [EXTRA]"
= =C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "\\section*{= %s}")
= =C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsection*{%s= }")
=C2= =A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "\\subsubsection*= {%s}")
= =C2=A0 =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\paragraph*{%s}&= quot;)
=C2= =A0 =C2=A0 =C2=A0 ("\\subparagraph{%s}" . "\\subparagraph*{%= s}"))
= =C2=A0 =C2=A0 =C2=A0("svjour"
=C2=A0 =C2=A0 =C2=A0 "%%%%%%%%%%%%%%%%%%= %%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%\n%\n\\begin{filecontents}= {leer.eps}\n%!PS-Adobe-2.0 EPSF-2.0\n%%CreationDate: Mon Jul 13 16:51:17 19= 92\n%%DocumentFonts: (atend)\n%%Pages: 0 1\n%%BoundingBox: 72 31 601 342\n%= %EndComments\n\ngsave\n72 31 moveto\n72 342 lineto\n601 342 lineto\n601 31 = lineto\n72 31 lineto\nshowpage\ngrestore\n%%Trailer\n%%DocumentFonts: Helve= tica\n\\end{filecontents}\n\\documentclass{svjour}\n [NO-DEFAULT-PACKAGES]\= n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "\\= section*{%s}")
= =C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsec= tion*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "\\subsub= section*{%s}")
= =C2=A0 =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\paragra= ph*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{%s}" . "\\subparagr= aph*{%s}"))
=C2=A0 =C2=A0 =C2=A0("revtex4-1"
=C2=A0 =C2=A0 =C2=A0 "\\documentcl= ass{revtex4-1}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2= =A0 ("\\section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 (&qu= ot;\\subsection{%s}" . "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("= \\subsubsection{%s}" . "\\subsubsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 (&qu= ot;\\paragraph{%s}" . "\\paragraph*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\= subparagraph{%s}" . "\\subparagraph*{%s}"))
=C2=A0 =C2=A0 =C2=A0("a= chemso"
=C2=A0 =C2=A0 =C2=A0 "\\documentclass{achemso}\n [NO-DEFAULT-PACKAGES= ]\n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "= \\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subs= ection*a{%s}")
= =C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "\\sub= subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\para= graph*{%s}")
<= /span>=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{%s}" . "\\subpar= agraph*{%s}"))
= =C2=A0 =C2=A0 =C2=A0("article-nodefaults"
=C2=A0 =C2=A0 =C2=A0 &quo= t;\\documentclass{article}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]&q= uot;
=C2=A0 = =C2=A0 =C2=A0 ("\\section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 = =C2=A0 ("\\subsection{%s}" . "\\subsection*{%s}")
=
=C2=A0 =C2=A0 =C2= =A0 ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
=C2=A0 =C2=A0 = =C2=A0 ("\\paragraph{%s}" . "\\paragraph*{%s}")
=C2=A0 =C2=A0 =C2= =A0 ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
=C2=A0 =C2=A0 = =C2=A0("article-no-defaults"
=C2=A0 =C2=A0 =C2=A0 "\\documentclass{artic= le}\n [NO-DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\\= section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsectio= n{%s}" . "\\subsection*a{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsecti= on{%s}" . "\\subsubsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\paragrap= h{%s}" . "\\paragraph*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{= %s}" . "\\subparagraph*{%s}"))
=C2=A0 =C2=A0 =C2=A0("article-1"= ;
=C2=A0 =C2= =A0 =C2=A0 "\\documentclass{article}\n\\usepackage[top=3D1in, bottom= =3D1.in, left=3D1in, right=3D1in]{geometry}\n [= PACKAGES]\n [EXTRA]"
=C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "\\sec= tion*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsectio= n*a{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "\\subsubse= ction*{%s}")
<= /span>=C2=A0 =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\paragraph= *{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subparagraph{%s}" . "\\subparagrap= h*{%s}"))
=C2=A0 =C2=A0 =C2=A0("article" "\\documentclass[11pt]{art= icle}"
= =C2=A0 =C2=A0 =C2=A0 ("\\section{%s}" . "\\section*{%s}"= ;)
=C2=A0 = =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsection*{%s}"= )
=C2=A0 =C2= =A0 =C2=A0 ("\\subsubsection{%s}" . "\\subsubsection*{%s}&qu= ot;)
=C2=A0 = =C2=A0 =C2=A0 ("\\paragraph{%s}" . "\\paragraph*{%s}")<= /div>
=C2=A0 =C2= =A0 =C2=A0 ("\\subparagraph{%s}" . "\\subparagraph*{%s}"= ;))
=C2=A0 = =C2=A0 =C2=A0("report" "\\documentclass[11pt]{report}"<= /div>
=C2=A0 =C2= =A0 =C2=A0 ("\\part{%s}" . "\\part*{%s}") ("\\chap= ter{%s}" . "\\chapter*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\section{%s}&q= uot; . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" .= "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" .= "\\subsubsection*{%s}"))
=C2=A0 =C2=A0 =C2=A0("book" "\\docum= entclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}"= ;)
=C2=A0 = =C2=A0 =C2=A0 ("\\chapter{%s}" . "\\chapter*{%s}")
=C2=A0 =C2=A0 = =C2=A0 ("\\section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 (&= quot;\\subsection{%s}" . "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 (&qu= ot;\\subsubsection{%s}" . "\\subsubsection*{%s}"))
=C2=A0 =C2=A0 =C2=A0)=
=C2=A0org-html-format-headline-function 'org-htm= l-format-headline-default-function
=C2=A0org-latex-hy= perref-template nil
=C2=A0org-src-window-setup 'c= urrent-window
=C2=A0org-confirm-babel-evaluate nil
=C2=A0org-ref-cite-onclick-function 'org-ref-cite-c= lick-helm
=C2=A0org-agenda-todo-ignore-deadlines t
=C2=A0org-agenda-custom-commands '(("w" &= quot;Weekly Review"
=C2=A0 =C2=A0 =C2=A0 =C2=A0((tags-todo "+DEADLINE<=3D= \"<today>\""
((org-agenda-overriding-header "Late Deadline= s")))
(tags-todo "+SCHEDULED<=3D\"<today>\""
<= div dir=3D"ltr"> ((org-agenda-ov= erriding-header "Late Scheduled")))
(agenda ""
((org-agenda-overriding-hea= der "weekly agenda")
=C2=A0 (org-agenda-ndays 7)
=C2=A0 (org-agenda-tags-todo-honor-i= gnore-options t)
= =C2=A0 (org-agenda-todo-ignore-scheduled nil)
= =C2=A0 (org-agenda-todo-ignore-d= eadlines nil)
=C2=A0 (org-deadline-warning-days 0))
)
(todo "TODO"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0 =C2=A0 =C2= =A0 ("n" "Agenda and all TODOs" ((agenda "") = (alltodo ""))))
=C2=A0org-ref-notes-functio= n 'org-ref-notes-function-one-file
=C2=A0org-use-= speed-commands t
=C2=A0org-agenda-skip-deadline-if-do= ne t
=C2=A0org-download-abbreviate-filename-function = 'file-relative-name
=C2=A0org-agenda-todo-ignore-= scheduled t
=C2=A0org-agenda-start-on-weekday nil
=C2=A0org-list-allow-alphabetical t
=C2=A0org-latex-minted-options '(("frame" "lines"= ) ("fontsize" "\\scriptsize") ("linenos" &quo= t;"))
=C2=A0)

--0000000000009e276605861860ce--