Re: Org-ref issues

2020-01-25 Thread John Kitchin
That function should be defined in org-ref-core.el. If it is not there,
then probably something has gone wrong in the update, or you are somehow
loading a very old version of org-ref.

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



On Fri, Jan 24, 2020 at 9:13 PM Marvin M. Doyley 
wrote:

> Hi there,
>
> I just upload org-ref on my system via melpa and get the following error
> when I issue the command doi-utils-add-bibtex-entry-from-doi
>
> Symbol’s function definition is void: org-ref-possible-bibfiles
>
>
> Does anybody know how to resolve this
>
> Thanks
>
> M
>
> Here is the backtrace
>
> Debugger entered--Lisp error: (void-function org-ref-possible-bibfiles)
>   org-ref-possible-bibfiles()
>   doi-utils-add-bibtex-entry-from-doi("10.1109/TUFFC.2019.2961875")
>   funcall-interactively(doi-utils-add-bibtex-entry-from-doi
> "10.1109/TUFFC.2019.2961875")
>   call-interactively(doi-utils-add-bibtex-entry-from-doi record nil)
>   command-execute(doi-utils-add-bibtex-entry-from-doi record)
>   helm-M-x-execute-command(doi-utils-add-bibtex-entry-from-doi)
>   helm-execute-selection-action-1()
>   helm-execute-selection-action()
>   helm-internalname . "Emacs Commands history") (candidates .
> #f(compiled-function () #)) (keymap keymap (keymap (13
> . helm-confirm-and-exit-minibuffer)) keymap (21 .
> helm-M-x-universal-argument) keymap (127 . delete-backward-char) (27 keymap
> (13 . helm-cr-empty-string)) (C-return . helm-cr-empty-string) keymap (tab
> . helm-execute-persistent-action) (26 . helm-select-action) (f13 lambda nil
> (interactive) (helm-select-nth-action 12)) (f12 lambda nil (interactive)
> (helm-select-nth-action 11)) (f11 lambda nil (interactive)
> (helm-select-nth-action 10)) (f10 lambda nil (interactive)
> (helm-select-nth-action 9)) (f9 lambda nil (interactive)
> (helm-select-nth-action 8)) (f8 lambda nil (interactive)
> (helm-select-nth-action 7)) (f7 lambda nil (interactive)
> (helm-select-nth-action 6)) (f6 lambda nil (interactive)
> (helm-select-nth-action 5)) (f5 lambda nil (interactive)
> (helm-select-nth-action 4)) (f4 lambda nil (interactive)
> (helm-select-nth-action 3)) (f3 lambda nil (interactive)
> (helm-select-nth-action 2)) (f2 lambda nil (interactive)
> (helm-select-nth-action 1)) (menu-bar keymap (help-menu keymap (describe
> keymap (describe-mode . helm-help (help keymap (109 . helm-help)) (23 .
> #f(compiled-function () (interactive nil) #)) (f1
> lambda nil (interactive) (helm-select-nth-action 0)) (8 keymap (109 .
> helm-help) (104 . undefined) (8 . undefined) (99 . helm-customize-group) (4
> . helm-enable-or-switch-to-debug)) (20 .
> helm-toggle-resplit-and-swap-windows) (C-tab . undefined) (67108897 .
> helm-toggle-suspend-update) (3 keymap (57 .
> helm-execute-selection-action-at-nth-+9) (56 .
> helm-execute-selection-action-at-nth-+8) (55 .
> helm-execute-selection-action-at-nth-+7) (54 .
> helm-execute-selection-action-at-nth-+6) (53 .
> helm-execute-selection-action-at-nth-+5) (52 .
> helm-execute-selection-action-at-nth-+4) (51 .
> helm-execute-selection-action-at-nth-+3) (50 .
> helm-execute-selection-action-at-nth-+2) (49 .
> helm-execute-selection-action-at-nth-+1) (63 . helm-help) (110 .
> #f(compiled-function () (interactive nil) #)) (108 .
> helm-display-line-numbers-mode) (62 . helm-toggle-truncate-line) (21 .
> helm-refresh) (6 . helm-follow-mode) (9 . helm-copy-to-buffer) (11 .
> helm-kill-selection-and-quit) (25 . helm-yank-selection) (37 .
> helm-exchange-minibuffer-and-header-line) (95 . helm-toggle-full-frame) (45
> . helm-swap-windows)) (67108987 . helm-enlarge-window) (67108989 .
> helm-narrow-window) (19 . undefined) (24 keymap (57 .
> helm-execute-selection-action-at-nth-+9) (56 .
> helm-execute-selection-action-at-nth-+8) (55 .
> helm-execute-selection-action-at-nth-+7) (54 .
> helm-execute-selection-action-at-nth-+6) (53 .
> helm-execute-selection-action-at-nth-+5) (52 . helm-select-4rd-action) (51
> . helm-select-3rd-action) (50 . helm-select-2nd-action) (49 .
> helm-execute-selection-action-at-nth-+1) (2 .
> helm-resume-list-buffers-after-quit) (98 .
> helm-resume-previous-session-after-quit) (6 . helm-quit-and-find-file)) (11
> . helm-delete-minibuffer-contents) (67108896 . helm-toggle-visible-mark) (0
> . helm-toggle-visible-mark) (C-M-up . helm-scroll-other-window-down)
> (C-M-down . helm-scroll-other-window) (M-prior .
> helm-scroll-other-window-down) (M-next . helm-scroll-other-window) (12 .
> helm-recenter-top-bottom-other-window) (15 . helm-next-source) (10 .
> helm-execute-persistent-action) (9 . helm-select-action) (13 .
> helm-maybe-exit-minibuffer) (7 . helm-keyboard-quit) ...) (action .
> helm-type-command-actions) (persistent-action . helm-M-x-persistent-action)
> (persistent-help . "Describe this command") (help-message .
> 

Org-ref issues

2020-01-24 Thread Marvin M. Doyley
Hi there,

I just upload org-ref on my system via melpa and get the following error when I 
issue the command doi-utils-add-bibtex-entry-from-doi

Symbol’s function definition is void: org-ref-possible-bibfiles


Does anybody know how to resolve this

Thanks 

M

Here is the backtrace

Debugger entered--Lisp error: (void-function org-ref-possible-bibfiles)
  org-ref-possible-bibfiles()
  doi-utils-add-bibtex-entry-from-doi("10.1109/TUFFC.2019.2961875")
  funcall-interactively(doi-utils-add-bibtex-entry-from-doi 
"10.1109/TUFFC.2019.2961875")
  call-interactively(doi-utils-add-bibtex-entry-from-doi record nil)
  command-execute(doi-utils-add-bibtex-entry-from-doi record)
  helm-M-x-execute-command(doi-utils-add-bibtex-entry-from-doi)
  helm-execute-selection-action-1()
  helm-execute-selection-action()
  helm-internalname . "Emacs Commands history") (candidates . 
#f(compiled-function () #)) (keymap keymap (keymap (13 . 
helm-confirm-and-exit-minibuffer)) keymap (21 . helm-M-x-universal-argument) 
keymap (127 . delete-backward-char) (27 keymap (13 . helm-cr-empty-string)) 
(C-return . helm-cr-empty-string) keymap (tab . helm-execute-persistent-action) 
(26 . helm-select-action) (f13 lambda nil (interactive) (helm-select-nth-action 
12)) (f12 lambda nil (interactive) (helm-select-nth-action 11)) (f11 lambda nil 
(interactive) (helm-select-nth-action 10)) (f10 lambda nil (interactive) 
(helm-select-nth-action 9)) (f9 lambda nil (interactive) 
(helm-select-nth-action 8)) (f8 lambda nil (interactive) 
(helm-select-nth-action 7)) (f7 lambda nil (interactive) 
(helm-select-nth-action 6)) (f6 lambda nil (interactive) 
(helm-select-nth-action 5)) (f5 lambda nil (interactive) 
(helm-select-nth-action 4)) (f4 lambda nil (interactive) 
(helm-select-nth-action 3)) (f3 lambda nil (interactive) 
(helm-select-nth-action 2)) (f2 lambda nil (interactive) 
(helm-select-nth-action 1)) (menu-bar keymap (help-menu keymap (describe keymap 
(describe-mode . helm-help (help keymap (109 . helm-help)) (23 . 
#f(compiled-function () (interactive nil) #)) (f1 lambda 
nil (interactive) (helm-select-nth-action 0)) (8 keymap (109 . helm-help) (104 
. undefined) (8 . undefined) (99 . helm-customize-group) (4 . 
helm-enable-or-switch-to-debug)) (20 . helm-toggle-resplit-and-swap-windows) 
(C-tab . undefined) (67108897 . helm-toggle-suspend-update) (3 keymap (57 . 
helm-execute-selection-action-at-nth-+9) (56 . 
helm-execute-selection-action-at-nth-+8) (55 . 
helm-execute-selection-action-at-nth-+7) (54 . 
helm-execute-selection-action-at-nth-+6) (53 . 
helm-execute-selection-action-at-nth-+5) (52 . 
helm-execute-selection-action-at-nth-+4) (51 . 
helm-execute-selection-action-at-nth-+3) (50 . 
helm-execute-selection-action-at-nth-+2) (49 . 
helm-execute-selection-action-at-nth-+1) (63 . helm-help) (110 . 
#f(compiled-function () (interactive nil) #)) (108 . 
helm-display-line-numbers-mode) (62 . helm-toggle-truncate-line) (21 . 
helm-refresh) (6 . helm-follow-mode) (9 . helm-copy-to-buffer) (11 . 
helm-kill-selection-and-quit) (25 . helm-yank-selection) (37 . 
helm-exchange-minibuffer-and-header-line) (95 . helm-toggle-full-frame) (45 . 
helm-swap-windows)) (67108987 . helm-enlarge-window) (67108989 . 
helm-narrow-window) (19 . undefined) (24 keymap (57 . 
helm-execute-selection-action-at-nth-+9) (56 . 
helm-execute-selection-action-at-nth-+8) (55 . 
helm-execute-selection-action-at-nth-+7) (54 . 
helm-execute-selection-action-at-nth-+6) (53 . 
helm-execute-selection-action-at-nth-+5) (52 . helm-select-4rd-action) (51 . 
helm-select-3rd-action) (50 . helm-select-2nd-action) (49 . 
helm-execute-selection-action-at-nth-+1) (2 . 
helm-resume-list-buffers-after-quit) (98 . 
helm-resume-previous-session-after-quit) (6 . helm-quit-and-find-file)) (11 . 
helm-delete-minibuffer-contents) (67108896 . helm-toggle-visible-mark) (0 . 
helm-toggle-visible-mark) (C-M-up . helm-scroll-other-window-down) (C-M-down . 
helm-scroll-other-window) (M-prior . helm-scroll-other-window-down) (M-next . 
helm-scroll-other-window) (12 . helm-recenter-top-bottom-other-window) (15 . 
helm-next-source) (10 . helm-execute-persistent-action) (9 . 
helm-select-action) (13 . helm-maybe-exit-minibuffer) (7 . helm-keyboard-quit) 
...) (action . helm-type-command-actions) (persistent-action . 
helm-M-x-persistent-action) (persistent-help . "Describe this command") 
(help-message . helm-M-x-help-message) (requires-pattern . 0) 
(filtered-candidate-transformer helm-M-x-transformer-no-sort 
helm-fuzzy-highlight-matches) (volatile) (match . identity) (redisplay . 
identity) (nomark) (coerce . helm-symbolify) (header-line . "C-j: Describe this 
command (keeping session)") (must-match) (group . helm-command) 
(match-dynamic)) ((name . "Emacs Commands") (candidates . #f(compiled-function 
() #)) (keymap keymap (keymap (13 . 
helm-confirm-and-exit-minibuffer)) keymap (21 . helm-M-x-universal-argument) 
keymap (127 . delete-backward-char) (27 keymap (13 .