From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Horne Subject: Bug: When "Org Hierarchical Todo Statistics" set to nil, DONE items diasppear from agenda filtered by top headline [9.3.6 (9.3.6-25-g685b2c-elpa @ /home/william/.emacs.d/elpa/org-20200316/)] Date: Thu, 19 Mar 2020 16:01:58 -0500 Message-ID: <87h7yk83eh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44515) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jF2J0-0004Yg-0D for emacs-orgmode@gnu.org; Thu, 19 Mar 2020 17:02:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jF2Ip-0001s1-L7 for emacs-orgmode@gnu.org; Thu, 19 Mar 2020 17:02:17 -0400 Received: from mail-qv1-xf33.google.com ([2607:f8b0:4864:20::f33]:44965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jF2Io-0001qt-Pk for emacs-orgmode@gnu.org; Thu, 19 Mar 2020 17:02:07 -0400 Received: by mail-qv1-xf33.google.com with SMTP id w5so1839617qvp.11 for ; Thu, 19 Mar 2020 14:02:06 -0700 (PDT) Received: from berghof (17.208.30.136.in-addr.arpa. [136.30.208.17]) by smtp.gmail.com with ESMTPSA id 65sm2446907qtc.4.2020.03.19.14.01.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Mar 2020 14:01:59 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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. ------------------------------------------------------------------------ Lately I=E2=80=99ve liked doing two things in org: setting Org Hierarchical= Todo Statistics to nil so that I can see the progress of all descendants o= f a header, and filtering the agenda by top headline (using ^) so that I ca= n focus on all remaining todo items for a project. Unfortunately, it appears that doing both at once triggers the following be= havior: with Org Hierarchical Todo Statistics set to nil, marking an item D= ONE in the agenda while it is filtered by top headline makes it disappear f= rom the agenda, leave a blank line in its place, and become irretrievable t= hrough undo.=20 To debug the issue, I first ran emacs with the -q flag. With agenda items f= iltered by top headline, marking items DONE did not make them disappear; th= eir keyword just changed to green DONE, like normal. Additionaly, I could q= uickly retrieve them with undo, meaning I could toggle them back to their p= revious TODO state. Eventually I ran my normal emacs setup (emacs 28.0.50 and org 9.3.6) with O= rg Hierarchical Todo Statistics set to non-nil. I filtered items by top hea= dline (^), and the issue was gone. Marking items DONE did not make them dis= appear, and I could change them back with undo. Finally, I toggled the setting Org Hierarchical Todo Statistics back to nil= , and the problem returned. Is this a bug? Is there anything I am doing wrong? =20=20=20=20 Emacs : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24= .14, cairo version 1.17.3) of 2020-03-17 Package: Org mode version 9.3.6 (9.3.6-25-g685b2c-elpa @ /home/william/.ema= cs.d/elpa/org-20200316/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-confi= gure-edit-buffer) org-agenda-skip-additional-timestamps-same-entry t org-agenda-skip-scheduled-if-deadline-is-shown t org-link-shell-confirm-function 'yes-or-no-p org-ql-view-list-side 'left org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-refile-targets '((org-agenda-files :maxlevel . 2) (nil :maxlevel . 2)) org-html-format-inlinetask-function 'org-html-format-inlinetask-default-fu= nction org-enforce-todo-dependencies t org-edit-src-content-indentation 0 org-ref-create-notes-hook '((lambda nil (org-narrow-to-subtree) (insert (format "cite:%s\n" (org-entry-get (p= oint) "Custom_ID")))) ) org-src-tab-acts-natively t org-odt-format-headline-function 'org-odt-format-headline-default-function org-special-ctrl-a/e t org-agenda-files '("~/Dropbox/org/") org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-ref-pdf-directory "~/Dropbox/pdfs/" org-reveal-start-hook '(org-decrypt-entry) org-blocker-hook '(org-block-todo-from-checkboxes org-block-todo-from-chil= dren-or-siblings-or-parent) org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id org-mode-hook '(org-ref-org-menu (closure (org--rds reftex-docstruct-symbol org-element-greater-ele= ments org-clock-history org-agenda-current-date org-with-time org-defdecode org-= def org-read-date-inactive org-ans2 org-ans1 org-columns-current-fmt-compiled org-clock-curr= ent-task org-clock-effort org-agenda-skip-function org-agenda-skip-comment-trees o= rg-agenda-archives-mode org-end-time-was-given org-time-was-given org-log-note-e= xtra org-log-note-purpose org-log-post-message org-last-inserted-timestamp org-las= t-changed-timestamp org-entry-property-inherited-from org-blocked-by-checkbo= xes org-state org-agenda-headline-snapshot-before-repeat org-capture-l= ast-stored-marker org-agenda-start-on-weekday org-agenda-buffer-tmp-name o= rg-priority-regexp org-mode-abbrev-table org-mode-syntax-table buffer-face-= mode-face org-tbl-menu org-org-menu org-struct-menu org-entities org-last-state org-id-track= -globally org-clock-start-time texmathp-why remember-data-file org-agenda-tags-todo-hon= or-ignore-options iswitchb-temp-buflist calc-embedded-open-mode calc-embed= ded-open-formula calc-embedded-close-formula align-mode-rules-list org-em= phasis-alist org-emphasis-regexp-components org-export-registered-bac= kends org-modules org-babel-load-languages org-indent-indentation-per-leve= l org-element-paragraph-separate ffap-url-regexp org-inlinetask-min-level t) nil (add-hook 'change-major-mode-hook 'org-show-all 'appe= nd 'local)) (closure (org-src-window-setup *this* org-babel-confirm-evaluate-a= nswer-no org-src-preserve-indentation org-src-lang-modes org-edit-src-content-indentation org-= babel-library-of-babel t) nil (add-hook 'change-major-mode-hook 'org-babel-show-res= ult-all 'append 'local)) org-babel-result-hide-spec org-babel-hide-all-hashes org-j= ournal-update-auto-mode-alist org-ref-setup-label-finders) org-ref-insert-cite-function 'org-ref-helm-insert-cite-link org-odt-format-drawer-function '(closure (hfy-user-sheet-assoc hfy-html-quote-rege= x hfy-html-quote-map hfy-face-to-css hfy-begin-span-handler hfy-end-span-hand= ler archive-zip-extract nxml-auto-insert-xml-declaration-flag t) (_name contents) contents) org-archive-hook '(org-attach-archive-delete-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-agenda-skip-timestamp-if-done t org-ref-clean-bibtex-key-function '(lambda (key) (replace-regexp-in-string= ":" "" key)) org-journal-mode-hook '((closure (org-journal-search-mode-abbrev-table org-journal= -search-mode-syntax-table view-exit-action org-journal-mode-abbrev-table o= rg-journal-mode-syntax-table t) nil (add-hook org-journal-encrypt-on 'org-journal= -encryption-hook nil t)) (lambda nil (add-hook org-journal-encrypt-on 'org-= journal-encryption-hook nil t))) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-metaup-hook '(org-babel-load-in-session-maybe) org-agenda-show-outline-path nil org-bibtex-headline-format-function '(closure (org-id-locations org-agenda-search-= view-always-boolean org-agenda-overriding-header t) (entry) (cdr (assq :title entry))) org-latex-format-drawer-function '(closure (t) (_ contents) contents) org-babel-pre-tangle-hook '(save-buffer) org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-a= rg-expand) org-ref-bibliography-notes "~/Dropbox/org/Books.org" org-ref-clean-bibtex-entry-hook '(org-ref-bibtex-format-url-if-doi orcb-ke= y-comma org-ref-replace-nonascii orcb-& orcb-% org-ref-title-case-article= orcb-clean-year orcb-key orcb-clean-doi orcb-clean-pages orcb-che= ck-journal org-ref-sort-bibtex-entry orcb-fix-spacing) org-log-done 'time org-agenda-skip-deadline-prewarning-if-scheduled t org-hide-emphasis-markers t org-ref-insert-label-function 'org-ref-helm-insert-label-link org-ref-open-pdf-function 'org-ref-open-pdf-at-point org-ascii-format-drawer-function '(closure (t) (_name contents _width) con= tents) org-ref-open-notes-function '(lambda nil (org-show-entry) (outline-show-br= anches) (outline-show-children) (org-cycle '(64)) (recenter-top-bottom 0)) org-src-preserve-indentation t org-fontify-done-headline t org-occur-hook '(org-first-headline-recenter) org-agenda-mode-hook '(org-journal-update-org-agenda-files) org-agenda-window-setup 'current-window org-capture-templates-contexts '(("e" ((in-mode . "gnus-article-mode") (in= -mode . "gnus-summary-mode")))) org-agenda-search-headline-for-time nil org-agenda-skip-timestamp-if-deadline-is-shown t 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-enforce-todo-checkbox-dependencies t org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lin= es org-optimize-window-after-visibility-change) org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELLED(c)")) org-speed-command-hook '(org-speed-command-activate org-babel-speed-comman= d-activate) org-ref-default-bibliography '("~/Documents/library.bib") org-clone-delete-id t org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-func= tion org-ref-pdf-to-bibtex-function 'copy-file org-refile-allow-creating-parent-nodes 'confirm org-refile-use-outline-path 'file org-confirm-shell-link-function 'yes-or-no-p org-link-parameters '(("attachment" :follow org-attach-open-link :export o= rg-attach-export-link :complete org-attach-complete-link) ("id" :follow org-id-open) ("eww" :follow eww :store= org-eww-store-link) ("rmail" :follow org-rmail-open :store org-rmail-sto= re-link) ("mhe" :follow org-mhe-open :store org-mhe-store-lin= k) ("irc" :follow org-irc-visit :store org-irc-store-li= nk :export org-irc-export) ("info" :follow org-info-open :export org-info-expor= t :store org-info-store-link) ("gnus" :follow org-gnus-open :store org-gnus-store-= link) ("docview" :follow org-docview-open :export org-docv= iew-export :store org-docview-store-link) ("bbdb" :follow org-bbdb-open :export org-bbdb-expor= t :complete org-bbdb-complete-link :store org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("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-cit= e-onclick-function nil)) :export org-ref-format-bibentry :complete org-bibentry-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Autocites :complete org-Autocites-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-autocites :complete org-autocites-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Textcites :complete org-Textcites-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-textcites :complete org-textcites-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-re= f-cite-onclick-function nil)) :export org-ref-format-footcitetexts :complete org-footcite= texts-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-footcites :complete org-footcites-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-Cites :complete org-Cites-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-cites :complete org-cites-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-fnotecite :complete org-fnotecite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Pnotecite :complete org-Pnotecite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-pnotecite :complete org-pnotecite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-Notecite :complete org-Notecite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-notecite :complete org-notecite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-footfullc= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-fullcite :complete org-fullcite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-citedate* :complete org-citedate*-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-citedate :complete org-citedate-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-citetitle :complete org-citetitle-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Autocite* :complete org-Autocite*-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-autocite* :complete org-autocite*-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-Autocite :complete org-Autocite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-autocite :complete org-autocite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-supercite :complete org-supercite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-cite* :complete org-cite*-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Smartcite :complete org-Smartcite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-smartcite :complete org-smartcite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-Textcite :complete org-Textcite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-textcite :complete org-textcite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-footcitet= ext-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-footcite :complete org-footcite-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-Parencite :complete org-Parencite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-parencite :complete org-parencite-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-on= click-function nil)) :export org-ref-format-Cite :complete org-Cite-complete-lin= k :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-Citep :complete org-Citep-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-Citet :complete org-Citet-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-citeyearpa= r-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-ci= te-onclick-function nil)) :export org-ref-format-citeyear* :complete org-citeyear*-co= mplete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-citeyear :complete org-citeyear-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-c= ite-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-citetext :complete org-citetext-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-citealp* :complete org-citealp*-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-cit= e-onclick-function nil)) :export org-ref-format-citealt* :complete org-citealt*-comp= lete-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-comple= te-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-citep :complete org-citep-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-o= nclick-function nil)) :export org-ref-format-citet :complete org-citet-complete-l= ink :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-on= click-function nil)) :export org-ref-format-cite :complete org-cite-complete-lin= k :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-bibt= ex-key-under-cursor)))) (with-temp-buffer (insert s) (fill-paragraph) (= buffer-string))) ) ) ) :face org-ref-cite-link-face-fn :display full :keym= ap (keymap (tab lambda nil (interactive) (funcall org-= ref-insert-cite-function)) (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-cit= ation-link -1)) (C-right . org-ref-next-key) (C-left . org-ref-pre= vious-key) (16777337 lambda nil "Paste key at point. Assumes the first thing in t= he 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-elemen= t-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" (inter= active) (org-ref-open-citation-at-point) (org-ref-email-b= ibtex-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-C= ref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :he= lp-echo org-ref-ref-help-echo) ("cref" :follow org-ref-ref-follow :export org-ref-c= ref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :he= lp-echo org-ref-ref-help-echo) ("autoref" :follow org-ref-ref-follow :export org-re= f-autoref-export :complete org-ref-complete-link :face org-ref-ref-face-fn :he= lp-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 :he= lp-echo org-ref-ref-help-echo) ("nameref" :follow org-ref-ref-follow :export org-re= f-export-nameref :complete org-ref-complete-link :face org-ref-ref-face-fn :he= lp-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-com= plete-link :help-echo org-ref-ref-help-echo) ("ref" :follow org-ref-ref-follow :export org-ref-re= f-export :complete org-ref-complete-link :face org-ref-ref-face-fn :he= lp-echo org-ref-ref-help-echo) ("label" :follow (lambda (label) "On clicking count the number of label tags used i= n the buffer.\nA number greater than one means multiple labels!" (let =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 ((count =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 (org-ref-count-labels label) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 = ) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 (message =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 (format =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 "%s occurence%s" =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 count =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 (if =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 (or =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 (=3D count 0) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 (> count 1) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 ) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 "s" "") =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 (org-ref-count-labels label) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 ) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 ) ) :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-fac= e-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-paragr= aph) (buffer-string)) (and (buffer-name temp-buffer) (kill-buffer t= emp-buffer))) ) ) ) ) ) ) ("list-of-tables" :follow org-ref-list-of-tables :ex= port (lambda (keyword desc format) (cond ((eq format 'la= tex) (format "\\listoftables"))))) ("list-of-figures" :follow org-ref-list-of-figures := export (lambda (keyword desc format) (cond ((eq format 'la= tex) (format "\\listoffigures"))))) ("addbibresource" :follow org-ref-follow-addbibresou= rce :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)) (for= mat "\\bibliographystyle{%s}" keyword)) (t "")) ) ) ("printbibliography" :follow org-ref-open-bibliograp= hy :export (lambda (keyword desc format) (cond ((eq format 'org) (org-ref-get-org-bibliogra= phy)) ((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 :e= xport 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-paragr= aph) (buffer-string)) (and (buffer-name temp-buffer) (kill-buffer t= emp-buffer))) ) ) ) ) ) :face org-ref-bibliography-face-fn) ("Acp" :follow or-follow-acronym :face org-ref-acron= ym-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-acron= ym-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-acrony= m-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-acrony= m-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-a= cronym-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-a= cronym-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") (--doli= st-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}" comma= nd path)) (t (format "%s" path)))) ) ("glssymbol" :follow or-follow-glossary :face org-re= f-glossary-face :help-echo or-glossary-tooltip :export (closure ((command . "glssymbol") (--dolist-tail--)= t) (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" comma= nd path)) (t (format "%s" path)))) ) ("Glspl" :follow or-follow-glossary :face org-ref-gl= ossary-face :help-echo or-glossary-tooltip :export (closure ((command . "Glspl") (--dolist-tail--) t) = (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" comma= nd path)) (t (format "%s" path)))) ) ("Gls" :follow or-follow-glossary :face org-ref-glos= sary-face :help-echo or-glossary-tooltip :export (closure ((command . "Gls") (--dolist-tail--) t) (p= ath _ format) (cond ((eq format 'latex) (format "\\%s{%s}" comma= nd path)) (t (format "%s" path)))) ) ("glspl" :follow or-follow-glossary :face org-ref-gl= ossary-face :help-echo or-glossary-tooltip :export (closure ((command . "glspl") (--dolist-tail--) t) = (path _ format) (cond ((eq format 'latex) (format "\\%s{%s}" comma= nd path)) (t (format "%s" path)))) ) ("gls" :follow or-follow-glossary :face org-ref-glos= sary-face :help-echo or-glossary-tooltip :export (closure ((command . "gls") (--dolist-tail--) t) (p= ath _ format) (cond ((eq format 'latex) (format "\\%s{%s}" comma= nd path)) (t (format "%s" path)))) ) ("bibtex" :follow org-bibtex-open :store org-bibtex-= store-link) ("elfeed" :follow elfeed-link-open :store elfeed-lin= k-store-link) ("file+sys") ("file+emacs") ("shell" :follow org-link--open-shell) ("news" :follow (closure ((scheme . "news") (--dolist-tail--) org-ts-regexp= org-time-stamp-formats org-src-source-file-name org-outline-regexp-bol o= rg-inhibit-startup org-id-link-to-org-use-id org-highlight-links org= -comment-string org-agenda-buffer-name clean-buffer-list-kill-buffer-names t) (url) (browse-url (concat scheme ":" url))) ) ("mailto" :follow (closure ((scheme . "mailto") (--dolist-tail--) org-ts-rege= xp org-time-stamp-formats org-src-source-file-name org-outline-regexp-bol o= rg-inhibit-startup org-id-link-to-org-use-id org-highlight-links org= -comment-string org-agenda-buffer-name clean-buffer-list-kill-buffer-names t) (url) (browse-url (concat scheme ":" url))) ) ("https" :follow (closure ((scheme . "https") (--dolist-tail--) org-ts-regex= p org-time-stamp-formats org-src-source-file-name org-outline-regexp-bol o= rg-inhibit-startup org-id-link-to-org-use-id org-highlight-links org= -comment-string org-agenda-buffer-name clean-buffer-list-kill-buffer-names t) (url) (browse-url (concat scheme ":" url))) ) ("http" :follow (closure ((scheme . "http") (--dolist-tail--) org-ts-regexp= org-time-stamp-formats org-src-source-file-name org-outline-regexp-bol o= rg-inhibit-startup org-id-link-to-org-use-id org-highlight-links org= -comment-string org-agenda-buffer-name clean-buffer-list-kill-buffer-names t) (url) (browse-url (concat scheme ":" url))) ) ("ftp" :follow (closure ((scheme . "ftp") (--dolist-tail--) org-ts-regexp = org-time-stamp-formats org-src-source-file-name org-outline-regexp-bol o= rg-inhibit-startup org-id-link-to-org-use-id org-highlight-links org= -comment-string org-agenda-buffer-name clean-buffer-list-kill-buffer-names t) (url) (browse-url (concat scheme ":" url))) ) ("help" :follow org-link--open-help) ("file" :comple= te org-link-complete-file) ("elisp" :follow org-link--open-elisp) ("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)))) ) ) ) ) org-read-date-prefer-future 'time org-agenda-skip-scheduled-if-done t org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-capture-templates '(("t" "Todo Entry" entry (file "Inbox.org") "* TODO %?\n:PROPERTIES:\n:CREATED: %t\n:END:") ("p" "Protocol" entry (file "~/Dropbox/org/Inbox.o= rg") "* %^{Title}\n:PROPERTIES:\n:CREATED: %t\n:END:\n= Source: %u, %c\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?") ("L" "Protocol Link" entry (file "~/Dropbox/org/In= box.org") "* %? [[%:link][%:description]] \n:PROPERTIES:\n:= CREATED: %t\n:END:") ("e" "Reply to an email" entry (file+headline "Inb= ox.org" "Email") "* TODO %:subject\n SCHEDULED: %t\n :PROPERTIES:\= n :CONTEXT: %a\n :END:\n\n %i %?") ("s" "Scholastica") ("sm" "Scholastica markdown" entry (file "~/Dropbo= x/org/Scholastica.org") "* \n#+BEGIN_SRC markdown\n%?\n#+END_SRC") ("si" "Inbox item" entry (file "~/Dropbox/org/Scho= lastica.org") "* TODO ") ("sa" "Author edits" entry (file "~/Dropbox/org/Sc= holastica.org") "* TODO %^L %^{JOURNAL}p %^{ARTICLE-NUMBER}p\n := PROPERTIES:\n :CATEGORY: Author edits\n :END:\n** TODO Changes\n%?\n** TO= DO [[https://docs.google.com/forms/d/e/1FAIpQLSdwMX4lkYJFg5iLnLwGG2kPUVLbbe= BuWWUuWtcN-L-TSJKAYg/viewform][Typesetting feedback form]]") ("sd" "Documentation" entry (file "~/Dropbox/org/S= cholastica.org") "* TODO %^{Todo}\n:PROPERTIES:\n:CATEGORY: Docume= ntation\n:END:\n%a\n%^{Notes}" :immediate-finish t) ("st" "New Typesetting" entry (file "~/Dropbox/org= /Scholastica.org") "* TODO [/] %^C %^{URL}p %^{JOURNAL}p %^{ARTICLE-= NUMBER}p\n :PROPERTIES:\n :CATEGORY: Typesetting\n :ORDERED: t\n :END:\= n** Metadata\n*** TODO Title/abstract\n*** TODO Authors\n** Citations\n*** = TODO Import citations\n*** TODO Verify citations\n*** TODO Insert citations= \n** Attachments\n*** TODO Upload images\n*** TODO Reformat tables\n*** TOD= O Reformat figures\n*** TODO Add info (captions, notes)\n*** TODO Insert at= tachments\n** Body\n*** TODO Formatting (Headers, italics, bold)\n*** TODO = Footnotes\n*** TODO Math\n** TODO Review/Proof\n** TODO [[https://docs.goog= le.com/forms/d/e/1FAIpQLSdwMX4lkYJFg5iLnLwGG2kPUVLbbeBuWWUuWtcN-L-TSJKAYg/v= iewform][Feedback form]]" :immediate-finish t) ("G" "GoSpotCheck" entry (file+olp+datetree "~/Dropbox/Work/GoSpotCheck/Go= SpotCheck.org")) ) org-link-elisp-confirm-function 'yes-or-no-p org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-= function org-html-format-drawer-function '(closure (htmlize-buffer-places org-html-= format-table-no-css t) (_name contents) contents) org-ref-get-pdf-filename-function 'org-ref-get-pdf-filename org-agenda-confirm-kill t org-html-format-headline-function 'org-html-format-headline-default-functi= on org-src-window-setup 'current-window org-ref-cite-onclick-function 'org-ref-cite-click-helm org-deadline-warning-days 7 org-agenda-custom-commands '(("s" "Scholastica" ((agenda "" ((org-agenda-overriding-header "Today") (org-agenda-files '("~/Dropbox/org/Schola= stica.org"))) ) (todo "TODO" ((org-agenda-overriding-header "Next Actio= ns") (org-agenda-files '("~/Dropbox/org/Schola= stica.org")) (org-agenda-skip-function '(org-agenda-sk= ip-entry-if 'deadline 'scheduled))) ) nil) ) ) org-directory "~/Dropbox/org" org-link-from-user-regexp "\\\\|\\" org-ref-notes-function 'org-ref-notes-function-one-file org-agenda-skip-scheduled-delay-if-deadline t org-ql-sidebar-buffer-setup-hook '(toggle-truncate-lines (lambda nil "Set `mode-line-format' to = nil." (setf mode-line-format nil))) org-default-notes-file "~/Dropbox/org/notes.org" org-agenda-show-future-repeats nil )