progfolio / elpaca

An elisp package manager
GNU General Public License v3.0
634 stars 31 forks source link

[Support]: org-ref: symbol's value as variable is void org-mouse-map #262

Closed bmp closed 7 months ago

bmp commented 7 months ago

Confirmation

Elpaca Version

Elpaca 09a94ca HEAD -> master, origin/master, origin/HEAD
installer:      0.6
emacs-version:  GNU Emacs 29.2 (build 2, x86_64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0)
 of 2024-01-20
git --version:  git version 2.43.2

Operating System

OS: Void x86_64 Kernel: 6.6.16_1

Description

I have a very simple use of org-ref as below,

(use-package org-ref
  :ensure t)

But I get the following warning message, Warning (comp): /home/bmp/.emacs.d/elpaca/builds/org-ref/openalex.el: Error: Symbol's value as variable is void org-mouse-map

What am I doing wrong? Pleasse do let me know if you need any further details.

progfolio commented 7 months ago

Thanks for taking the time to fill out a support ticket.

I have a very simple use of org-ref as below,

(use-package org-ref
  :ensure t)

But I get the following warning message, Warning (comp): /home/bmp/.emacs.d/elpaca/builds/org-ref/openalex.el: Error: Symbol's value as variable is void org-mouse-map

What am I doing wrong? Pleasse do let me know if you need any further details.

This is an error in the package's implementation. The byte compiler is saying the "openalex.el" file references org-mouse-map before it is defined. The package author would have to ensure org-keys is loaded first. There are many other warnings/errors that should be addressed upstream by the package author as well. See the output of the following test case:

Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :early-init (setq elpaca-menu-functions '(elpaca-menu-melpa elpaca-menu-gnu-devel-elpa)) :init (elpaca org-ref) (elpaca-wait) (elpaca-test-log "org-ref || warn\\|err")) ```
Host Env
elpaca09a94ca HEAD -> fix/init, origin/master, origin/HEAD, master
installer0.6
emacsGNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-19
gitgit version 2.43.2
Output ```emacs-lisp Elpaca menu item cache discarded due to version change. INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN ../elpaca-autoloads.el Cloning into '/tmp/elpaca.k30R6r/elpaca/repos/elpaca'... Your branch is up to date with 'origin/master'. Checking /tmp/elpaca.k30R6r/elpaca/repos/elpaca... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-info.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-log.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-manager.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-menu-elpa.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-menu-melpa.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-menu-org.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-process.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-test.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca-ui.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/elpaca.el... Checking /tmp/elpaca.k30R6r/elpaca/repos/elpaca/doc... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/doc/early-init.el... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/doc/init.el... Checking /tmp/elpaca.k30R6r/elpaca/repos/elpaca/extensions... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/extensions/elpaca-use-package.el... Checking /tmp/elpaca.k30R6r/elpaca/repos/elpaca/images... Checking /tmp/elpaca.k30R6r/elpaca/repos/elpaca/test... Compiling /tmp/elpaca.k30R6r/elpaca/repos/elpaca/test/elpaca-test.el... Done (Total of 11 files compiled, 3 skipped in 4 directories) Downloading MELPA recipes... Downloading MELPA recipes...100% Downloading GNU-devel ELPA... elpaca-log: "org-ref || warn\\|err" " org-ref autoloads doi-utils:0: Warning: Not registering prefix \"pl\". Affects: (\"plos-pdf-url\" \"plist-get-keys\") 07.157783 org-ref autoloads doi-utils:0: Warning: Not registering prefix \"ac\". Affects: (\"acs-pdf-url-1\" \"acs-pdf-url-2\" \"acs-pdf-url-3\" \"acm-pdf-url\") 07.159240 org-ref byte-compilation contrib.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 07.262511 org-ref byte-compilation contrib.el:26:49: Warning: reference to free variable ‘org-ref-cite-types’ 07.270995 org-ref byte-compilation contrib.el:32:15: Warning: assignment to free variable ‘text’ 07.272465 org-ref byte-compilation contrib.el:36:12: Warning: value from call to ‘get-text-property’ is unused 07.273806 org-ref byte-compilation contrib.el:38:30: Warning: reference to free variable ‘text’ 07.290080 org-ref byte-compilation contrib.el:46:12: Warning: in defcustom for ‘org-ref-message-interval’: missing :type keyword parameter 07.292488 org-ref byte-compilation contrib.el:38:41: Warning: the function ‘bibtex-completion-apa-format-reference’ is not known to be defined. 07.295457 org-ref byte-compilation contrib.el:29:21: Warning: the function ‘org-ref-parse-cite-path’ is not known to be defined. 07.296867 org-ref byte-compilation contrib.el:26:18: Warning: the function ‘org-element-property’ is not known to be defined. 07.298269 org-ref byte-compilation contrib.el:25:15: Warning: the function ‘org-element-type’ is not known to be defined. 07.299753 org-ref byte-compilation contrib.el:19:16: Warning: the function ‘org-element-context’ is not known to be defined. 07.301143 org-ref byte-compilation doi-utils.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 07.305314 org-ref byte-compilation doi-utils.el:364:6: Warning: ‘replace-string’ is for interactive use only; use ‘search-forward’ and ‘replace-match’ instead. 07.391011 org-ref byte-compilation doi-utils.el:598:2: Warning: docstring wider than 80 characters 07.399811 org-ref byte-compilation doi-utils.el:898:2: Warning: docstring wider than 80 characters 07.402643 org-ref byte-compilation doi-utils.el:928:2: Warning: docstring wider than 80 characters 07.405635 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.410055 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.413044 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.415877 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.418777 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.421585 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.424418 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.427375 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.430231 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.433225 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.436113 org-ref byte-compilation doi-utils.el:1447:2: Warning: docstring wider than 80 characters 07.455802 org-ref byte-compilation doi-utils.el:1616:2: Warning: docstring wider than 80 characters 07.458766 org-ref byte-compilation doi-utils.el:1633:54: Warning: the function ‘f-ext?’ is not known to be defined. 07.461769 org-ref byte-compilation doi-utils.el:1633:27: Warning: the function ‘f-entries’ is not known to be defined. 07.463220 org-ref byte-compilation doi-utils.el:1165:13: Warning: the function ‘s-match’ is not known to be defined. 07.464679 org-ref byte-compilation nist-webbook.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 07.469203 org-ref byte-compilation openalex.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 07.483991 org-ref byte-compilation openalex.el:561:4: Warning: ‘org-show-all’ is an obsolete function (as of 9.6); use ‘org-fold-show-all’ instead. 07.486961 org-ref byte-compilation openalex.el:582:4: Warning: ‘org-show-all’ is an obsolete function (as of 9.6); use ‘org-fold-show-all’ instead. 07.491574 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.497273 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.500912 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.503969 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.506914 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.509968 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.512909 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.515827 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.518801 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.521763 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.540466 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.543810 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.546979 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.550093 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.553307 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.556530 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.559728 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.562822 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.565966 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.569068 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.572231 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.575387 org-ref byte-compilation openalex.el:616:2: Warning: reference to free variable ‘org-ref-insert-cite-function’ 07.576971 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.580255 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.583435 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.586702 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.589878 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.593172 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.596373 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.615655 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.618914 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.632551 org-ref byte-compilation openalex.el:616:2: Warning: docstring wider than 80 characters 07.635887 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-citation-at-point-and-exit’ defined multiple times in this file 07.639133 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.640628 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-pdf-at-point-and-exit’ defined multiple times in this file 07.643828 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.645447 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-notes-at-point-and-exit’ defined multiple times in this file 07.648822 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.650483 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-url-at-point-and-exit’ defined multiple times in this file 07.653791 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.655556 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-at-point-and-exit’ defined multiple times in this file 07.658811 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.660435 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-related-at-point-and-exit’ defined multiple times in this file 07.663759 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.665424 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-citing-at-point-and-exit’ defined multiple times in this file 07.668710 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.670448 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-google-scholar-at-point-and-exit’ defined multiple times in this file 07.673785 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.675467 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-pubmed-at-point-and-exit’ defined multiple times in this file 07.678869 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.696542 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-crossref-at-point-and-exit’ defined multiple times in this file 07.700226 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.701950 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-biblio-at-point-and-exit’ defined multiple times in this file 07.705458 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.707162 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-email-at-point-and-exit’ defined multiple times in this file 07.710545 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.712347 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/lambda-K-and-exit’ defined multiple times in this file 07.715825 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.717575 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-add-pdf-at-point-and-exit’ defined multiple times in this file 07.721046 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.722796 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/lambda-k-and-exit’ defined multiple times in this file 07.726361 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.728084 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/lambda-f-and-exit’ defined multiple times in this file 07.741905 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.743646 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/lambda-h-and-exit’ defined multiple times in this file 07.747139 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.748849 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-left’ defined multiple times in this file 07.752221 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.754028 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-right’ defined multiple times in this file 07.757396 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.759096 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-sort-citation-link-and-exit’ defined multiple times in this file 07.762554 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.780093 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/lambda-i-and-exit’ defined multiple times in this file 07.783827 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.785591 org-ref byte-compilation openalex.el:621:2: Warning: reference to free variable ‘org-ref-insert-cite-function’ 07.787350 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-change-cite-type-and-exit’ defined multiple times in this file 07.790918 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.792670 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-delete-citation-at-point-and-exit’ defined multiple times in this file 07.796206 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.797929 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-replace-citation-at-point-and-exit’ defined multiple times in this file 07.801405 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.803237 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-edit-pre-post-notes-and-exit’ defined multiple times in this file 07.806830 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.808681 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-previous-key’ defined multiple times in this file 07.812298 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.814083 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-next-key’ defined multiple times in this file 07.817745 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.819577 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/org-ref-jump-to-visible-key’ defined multiple times in this file 07.823307 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.825095 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/nil’ defined multiple times in this file 07.828684 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.830576 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.834235 org-ref byte-compilation openalex.el:621:2: Warning: function ‘org-ref-citation-hydra/body’ defined multiple times in this file 07.853825 org-ref byte-compilation openalex.el:621:2: Warning: docstring wider than 80 characters 07.855798 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-citation-at-point-and-exit’ defined multiple times in this file 07.859620 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.861482 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-pdf-at-point-and-exit’ defined multiple times in this file 07.875717 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.877646 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-notes-at-point-and-exit’ defined multiple times in this file 07.881439 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.883301 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-url-at-point-and-exit’ defined multiple times in this file 07.886928 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.888678 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-at-point-and-exit’ defined multiple times in this file 07.892318 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.894177 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-related-at-point-and-exit’ defined multiple times in this file 07.897872 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.899816 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-citing-at-point-and-exit’ defined multiple times in this file 07.903691 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.906206 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-google-scholar-at-point-and-exit’ defined multiple times in this file 07.910165 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.912045 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-pubmed-at-point-and-exit’ defined multiple times in this file 07.915912 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.917748 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-crossref-at-point-and-exit’ defined multiple times in this file 07.937664 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.939725 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-biblio-at-point-and-exit’ defined multiple times in this file 07.943731 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.945607 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-email-at-point-and-exit’ defined multiple times in this file 07.949482 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.951331 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/lambda-K-and-exit’ defined multiple times in this file 07.955250 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.957149 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-add-pdf-at-point-and-exit’ defined multiple times in this file 07.960922 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.962975 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/lambda-k-and-exit’ defined multiple times in this file 07.966687 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.968550 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/lambda-f-and-exit’ defined multiple times in this file 07.972394 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.974250 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/lambda-h-and-exit’ defined multiple times in this file 07.978142 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.979994 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-left’ defined multiple times in this file 07.983970 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.985820 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-right’ defined multiple times in this file 07.989414 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 07.991437 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-sort-citation-link-and-exit’ defined multiple times in this file 08.009740 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.012656 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/lambda-i-and-exit’ defined multiple times in this file 08.016591 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.018695 org-ref byte-compilation openalex.el:626:2: Warning: reference to free variable ‘org-ref-insert-cite-function’ 08.020598 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-change-cite-type-and-exit’ defined multiple times in this file 08.024566 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.026480 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-delete-citation-at-point-and-exit’ defined multiple times in this file 08.030236 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.032373 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-replace-citation-at-point-and-exit’ defined multiple times in this file 08.036127 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.038028 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-edit-pre-post-notes-and-exit’ defined multiple times in this file 08.042006 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.043908 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-previous-key’ defined multiple times in this file 08.047897 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.049802 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-next-key’ defined multiple times in this file 08.053819 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.055719 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/org-ref-jump-to-visible-key’ defined multiple times in this file 08.059578 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.061503 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/nil’ defined multiple times in this file 08.065319 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.082751 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.086897 org-ref byte-compilation openalex.el:626:2: Warning: function ‘org-ref-citation-hydra/body’ defined multiple times in this file 08.091034 org-ref byte-compilation openalex.el:626:2: Warning: docstring wider than 80 characters 08.092970 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-citation-at-point-and-exit’ defined multiple times in this file 08.097050 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.098988 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-pdf-at-point-and-exit’ defined multiple times in this file 08.103046 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.104994 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-notes-at-point-and-exit’ defined multiple times in this file 08.109062 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.111094 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-open-url-at-point-and-exit’ defined multiple times in this file 08.114961 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.117079 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-at-point-and-exit’ defined multiple times in this file 08.120962 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.123117 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-related-at-point-and-exit’ defined multiple times in this file 08.127007 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.128977 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-wos-citing-at-point-and-exit’ defined multiple times in this file 08.133038 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.134999 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-google-scholar-at-point-and-exit’ defined multiple times in this file 08.139105 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.156592 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-pubmed-at-point-and-exit’ defined multiple times in this file 08.161036 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.163075 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-crossref-at-point-and-exit’ defined multiple times in this file 08.167312 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.169361 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-biblio-at-point-and-exit’ defined multiple times in this file 08.173550 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.175553 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-email-at-point-and-exit’ defined multiple times in this file 08.179713 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.181714 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/lambda-K-and-exit’ defined multiple times in this file 08.185899 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.187930 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-add-pdf-at-point-and-exit’ defined multiple times in this file 08.192007 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.194018 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/lambda-k-and-exit’ defined multiple times in this file 08.198035 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.200252 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/lambda-f-and-exit’ defined multiple times in this file 08.204240 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.206433 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/lambda-h-and-exit’ defined multiple times in this file 08.210435 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.212445 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-left’ defined multiple times in this file 08.232278 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.234576 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-cite-shift-right’ defined multiple times in this file 08.238730 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.240876 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-sort-citation-link-and-exit’ defined multiple times in this file 08.245102 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.247168 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/lambda-i-and-exit’ defined multiple times in this file 08.251427 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.253500 org-ref byte-compilation openalex.el:631:2: Warning: reference to free variable ‘org-ref-insert-cite-function’ 08.255754 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-change-cite-type-and-exit’ defined multiple times in this file 08.259832 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.261955 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-delete-citation-at-point-and-exit’ defined multiple times in this file 08.266028 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.268076 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-replace-citation-at-point-and-exit’ defined multiple times in this file 08.272381 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.274427 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-edit-pre-post-notes-and-exit’ defined multiple times in this file 08.278710 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.280759 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-previous-key’ defined multiple times in this file 08.300304 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.302643 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-next-key’ defined multiple times in this file 08.307173 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.309291 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/org-ref-jump-to-visible-key’ defined multiple times in this file 08.313670 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.315796 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/nil’ defined multiple times in this file 08.320212 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.322324 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.326604 org-ref byte-compilation openalex.el:631:2: Warning: function ‘org-ref-citation-hydra/body’ defined multiple times in this file 08.330814 org-ref byte-compilation openalex.el:631:2: Warning: docstring wider than 80 characters 08.333125 org-ref byte-compilation openalex.el:989:20: Warning: assignment to free variable ‘purl’ 08.337325 org-ref byte-compilation openalex.el:991:41: Warning: reference to free variable ‘purl’ 08.339621 org-ref byte-compilation openalex.el:1080:10: Warning: the function ‘doi-utils-maybe-doi-from-region-or-current-kill’ is not known to be defined. 08.343818 org-ref byte-compilation openalex.el:1079:9: Warning: the function ‘doi-utils-add-bibtex-entry-from-doi’ is not known to be defined. 08.346127 org-ref byte-compilation openalex.el:1075:48: Warning: the function ‘org-ref-possible-bibfiles’ is not known to be defined. 08.348233 org-ref byte-compilation openalex.el:845:4: Warning: the function ‘ivy-read’ is not known to be defined. 08.350347 org-ref byte-compilation openalex.el: Warning: the function ‘bibtex-completion-apa-format-reference’ is not known to be defined. 08.352544 org-ref byte-compilation openalex.el: Warning: the function ‘org-ref-get-bibtex-key-and-file’ is not known to be defined. 08.354638 org-ref byte-compilation openalex.el: Warning: the function ‘bibtex-completion-show-entry’ is not known to be defined. 08.356735 org-ref byte-compilation openalex.el: Warning: the function ‘org-ref-find-bibliography’ is not known to be defined. 08.374626 org-ref byte-compilation openalex.el:332:4: Warning: the function ‘s-join’ is not known to be defined. 08.377001 org-ref byte-compilation openalex.el:313:20: Warning: the function ‘s-split’ is not known to be defined. 08.379225 org-ref byte-compilation openalex.el:298:6: Warning: the function ‘s-starts-with?’ is not known to be defined. 08.381725 org-ref byte-compilation openalex.el:220:29: Warning: the function ‘s-format’ is not known to be defined. 08.383896 org-ref byte-compilation openalex.el:110:47: Warning: the function ‘plist-get-keys’ is not known to be defined. 08.386042 org-ref byte-compilation openalex.el:72:13: Warning: the function ‘s-ends-with-p’ is not known to be defined. 08.388426 org-ref byte-compilation org-ref-arxiv.el:146:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 08.395085 org-ref byte-compilation org-ref-bibliography-links.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 08.403867 org-ref byte-compilation org-ref-bibliography-links.el:55:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 08.408431 org-ref byte-compilation org-ref-bibtex.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 08.415192 org-ref byte-compilation org-ref-bibtex.el:698:10: Warning: ‘eq’ called with literal string that may never match (arg 2) 08.419536 org-ref byte-compilation org-ref-bibtex.el:764:2: Warning: docstring wider than 80 characters 08.424110 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.428402 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.448639 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.453128 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.457258 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.461498 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.465800 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.469985 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.474453 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.478881 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.483188 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.487561 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.491963 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.496441 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.500959 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.521015 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.525464 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.530190 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.535001 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.539728 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.544379 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.549019 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.553662 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.558381 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.563182 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.567815 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.572562 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.592088 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.597538 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.602150 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.607004 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.611958 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.616682 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.621510 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.626286 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.631018 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.635964 org-ref byte-compilation org-ref-bibtex.el:819:2: Warning: docstring wider than 80 characters 08.640817 org-ref byte-compilation org-ref-bibtex.el:913:2: Warning: docstring wider than 80 characters 08.645636 org-ref byte-compilation org-ref-bibtex.el:937:2: Warning: docstring wider than 80 characters 08.650458 org-ref byte-compilation org-ref-bibtex.el:1174:8: Warning: ‘bibtex-find-entry’ is an obsolete function (as of 29.1); use ‘bibtex-search-entry’ instead. 08.670763 org-ref byte-compilation org-ref-bibtex.el:1204:6: Warning: ‘bibtex-find-entry’ is an obsolete function (as of 29.1); use ‘bibtex-search-entry’ instead. 08.675646 org-ref byte-compilation org-ref-bibtex.el:1353:2: Warning: docstring wider than 80 characters 08.680512 org-ref byte-compilation org-ref-bibtex.el:1414:8: Warning: the function ‘sgml-delete-tag’ is not known to be defined. 08.685554 org-ref byte-compilation org-ref-bibtex.el:1413:8: Warning: the function ‘sgml-skip-tag-backward’ is not known to be defined. 08.688019 org-ref byte-compilation org-ref-bibtex.el:1412:13: Warning: the function ‘sgml-skip-tag-forward’ is not known to be defined. 08.690457 org-ref byte-compilation org-ref-citation-links.el:385:51: Warning: reference to free variable ‘bibtex-completion-cache’ 08.697889 org-ref byte-compilation org-ref-citation-links.el:407:43: Warning: reference to free variable ‘bibtex-completion-cache’ 08.702845 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.707652 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.712560 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.717564 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.722395 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.727238 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.747594 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.752665 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.757697 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.762621 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.767682 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.772800 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.777750 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.782805 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.787787 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.792745 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.797657 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.818099 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.823230 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.828384 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.833385 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.838524 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.843659 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.848726 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.853818 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.859032 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.864177 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.869363 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.874435 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.895101 org-ref byte-compilation org-ref-citation-links.el:521:2: Warning: docstring wider than 80 characters 08.900181 org-ref byte-compilation org-ref-citation-links.el:608:2: Warning: docstring wider than 80 characters 08.905856 org-ref byte-compilation org-ref-citation-links.el:738:2: Warning: docstring wider than 80 characters 08.911586 org-ref byte-compilation org-ref-citation-links.el:1051:12: Warning: Unused lexical variable ‘cp’ 08.916965 org-ref byte-compilation org-ref-citation-links.el:1053:11: Warning: Unused lexical variable ‘data’ 08.919665 org-ref byte-compilation org-ref-citation-links.el:1054:11: Warning: Unused lexical variable ‘keys’ 08.922255 org-ref byte-compilation org-ref-citation-links.el:1058:9: Warning: value from call to ‘assoc’ is unused 08.924891 org-ref byte-compilation org-ref-citation-links.el:1377:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 08.930140 org-ref byte-compilation org-ref-citation-links.el:1266:16: Warning: the function ‘bibtex-completion-format-citation-cite’ is not known to be defined. 08.935463 org-ref byte-compilation org-ref-citation-links.el: Warning: the function ‘bibtex-completion-show-entry’ is not known to be defined. 08.938107 org-ref byte-compilation org-ref-compat.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 08.946056 org-ref byte-compilation org-ref-compat.el:11:12: Warning: in defcustom for ‘org-ref-to-org-cite-mapping’: missing :type keyword parameter 08.948714 org-ref byte-compilation org-ref-compat.el:50:15: Warning: assignment to free variable ‘type’ 08.969599 org-ref byte-compilation org-ref-compat.el:57:39: Warning: reference to free variable ‘type’ 08.972176 org-ref byte-compilation org-ref-core.el:141:2: Warning: docstring wider than 80 characters 08.980172 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 08.985574 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 08.988276 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 08.993575 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 08.996348 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.001659 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.004378 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.009949 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.012623 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.018085 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.020729 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.026096 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.044435 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.049680 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.052643 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.058212 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.060857 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.066267 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.068916 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.074248 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.076915 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.082404 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.085112 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.090518 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.093346 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.098699 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.101492 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.122456 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.125171 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.130794 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.133592 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.139282 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.142149 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.147546 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.150333 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.155760 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.158421 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring wider than 80 characters 09.163841 org-ref byte-compilation org-ref-core.el:239:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.166613 org-ref byte-compilation org-ref-export.el:68:12: Warning: custom-declare-variable ‘org-ref-cite-internal-links’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.174851 org-ref byte-compilation org-ref-export.el:73:37: Warning: in defcustom for ‘org-ref-cite-internal-links’: ‘auto’ is not a valid type 09.177603 org-ref byte-compilation org-ref-export.el:68:12: Warning: in defcustom for ‘org-ref-cite-internal-links’: ‘nil’ is not a valid type 09.195479 org-ref byte-compilation org-ref-export.el:162:34: Warning: Unused lexical argument ‘type’ 09.200794 org-ref byte-compilation org-ref-export.el:172:10: Warning: Unused lexical variable ‘locator’ 09.203639 org-ref byte-compilation org-ref-export.el:173:16: Warning: Unused lexical variable ‘locator’ 09.206426 org-ref byte-compilation org-ref-export.el:254:29: Warning: reference to free variable ‘org-cite-csl-styles-dir’ 09.212011 org-ref byte-compilation org-ref-export.el:516:42: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.217585 org-ref byte-compilation org-ref-export.el:515:10: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.220409 org-ref byte-compilation org-ref-export.el:622:2: Warning: docstring wider than 80 characters 09.225895 org-ref byte-compilation org-ref-export.el:629:41: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.228661 org-ref byte-compilation org-ref-export.el:629:10: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.231500 org-ref byte-compilation org-ref-export.el:631:50: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.234282 org-ref byte-compilation org-ref-export.el:631:50: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.237021 org-ref byte-compilation org-ref-export.el:631:50: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.239772 org-ref byte-compilation org-ref-export.el:634:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.242510 org-ref byte-compilation org-ref-export.el:634:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.245272 org-ref byte-compilation org-ref-export.el:634:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.248056 org-ref byte-compilation org-ref-export.el:637:39: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.250809 org-ref byte-compilation org-ref-export.el:637:39: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.269064 org-ref byte-compilation org-ref-export.el:637:39: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.271831 org-ref byte-compilation org-ref-export.el:640:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.274661 org-ref byte-compilation org-ref-export.el:640:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.277466 org-ref byte-compilation org-ref-export.el:640:36: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.280240 org-ref byte-compilation org-ref-export.el:645:43: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.283025 org-ref byte-compilation org-ref-export.el:645:43: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.285803 org-ref byte-compilation org-ref-export.el:645:43: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.288558 org-ref byte-compilation org-ref-export.el:649:41: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.291367 org-ref byte-compilation org-ref-export.el:649:41: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.294140 org-ref byte-compilation org-ref-export.el:649:41: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.296967 org-ref byte-compilation org-ref-extract.el:140:10: Warning: Unused lexical variable ‘hash’ 09.305547 org-ref byte-compilation org-ref-glossary.el:637:2: Warning: docstring wider than 80 characters 09.313999 org-ref byte-compilation org-ref-helm.el:33:11: Error: Cannot open load file: No such file or directory, helm-bibtex 09.322319 org-ref byte-compilation org-ref-ivy.el:33:11: Error: Cannot open load file: No such file or directory, ivy-bibtex 09.348877 org-ref byte-compilation org-ref-latex.el:32:12: Warning: in defcustom for ‘orl-cite-keymap’: missing :type keyword parameter 09.360278 org-ref byte-compilation org-ref-latex.el:32:12: Warning: in defcustom for ‘orl-cite-keymap’: fails to specify containing group 09.363193 org-ref byte-compilation org-ref-latex.el:186:27: Warning: the function ‘ivy-thing-at-point’ is not known to be defined. 09.368798 org-ref byte-compilation org-ref-latex.el:185:6: Warning: the function ‘ivy-read’ is not known to be defined. 09.371642 org-ref byte-compilation org-ref-misc-links.el:272:24: Warning: value from call to ‘nreverse’ is unused 09.380133 org-ref byte-compilation org-ref-natbib-bbl-citeproc.el:104:25: Warning: ‘buffer-substring’ is an obsolete generalized variable. 09.388658 org-ref byte-compilation org-ref-natbib-bbl-citeproc.el:417:12: Warning: ‘buffer-substring’ is an obsolete generalized variable. 09.391547 org-ref byte-compilation org-ref-natbib-bbl-citeproc.el:472:11: Warning: ‘org-export-before-parsing-hook’ is an obsolete variable (as of Org 9.6); use ‘org-export-before-parsing-functions’ instead. 09.397246 org-ref byte-compilation org-ref-pdf.el:35:11: Error: Cannot open load file: No such file or directory, pdf-tools 09.422567 org-ref byte-compilation org-ref-pgk.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 09.431363 org-ref byte-compilation org-ref-publish.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 09.440019 org-ref byte-compilation org-ref-ref-links.el:166:13: Warning: Unused lexical variable ‘data’ 09.451712 org-ref byte-compilation org-ref-ref-links.el:224:14: Warning: ‘org-show-entry’ is an obsolete function (as of 9.6); use ‘org-fold-show-entry’ instead. 09.457461 org-ref byte-compilation org-ref-ref-links.el:351:25: Warning: Unused lexical variable ‘label’ 09.463277 org-ref byte-compilation org-ref-scifinder.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 09.477651 org-ref byte-compilation org-ref-url-utils.el:165:8: Warning: ‘dnd-handle-one-url’ is an obsolete function (as of 30.1); use ‘dnd-handle-multiple-urls’ instead. 09.504713 org-ref byte-compilation org-ref-url-utils.el:189:8: Warning: ‘dnd-handle-one-url’ is an obsolete function (as of 30.1); use ‘dnd-handle-multiple-urls’ instead. 09.510657 org-ref byte-compilation org-ref-utils.el:585:2: Warning: docstring wider than 80 characters 09.519818 org-ref byte-compilation org-ref-utils.el:616:2: Warning: docstring wider than 80 characters 09.525679 org-ref byte-compilation org-ref-utils.el:863:10: Warning: ‘memql’ called with literal string that may never match (arg 1) 09.531445 org-ref byte-compilation org-ref-worldcat.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 09.540076 org-ref byte-compilation x2bib.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line 09.554746 " Test Env Elpaca 09a94ca HEAD -> master, origin/master, origin/HEAD installer: 0.6 emacs-version: GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-19 git --version: git version 2.43.2 ```

Please report a bug upstream with org-ref's maintainers.

bmp commented 7 months ago

Thank you!