From: Ihor Radchenko <yantar92@gmail.com> Sent: Saturday, March 19, 2022 9:23 AM To: Jamie Matthews <jdm204@cam.ac.uk> Cc: emacs-orgmode@gnu.org <emacs-orgmode@gnu.org> Subject: Re: [BUG] org-cite: 10 second hang opening a ~4k org file with 10MB bibtex library [9.5.2 (9.5.2-g91681f @ /home/jdm204/.config/emacs/straight/build/org/)]
Jamie Matthews <jdm204@cam.ac.uk> writes:
> Hi Ihor,
>
> I tried to run that code but get errors for the elp-instrument-function calls (both with my config and emacs -Q):
>
> ```
> Debugger entered--Lisp error: (error "ELP cannot profile the function: org-cite-basic--g...")
Then also add (require 'oc-basic) before the code I provided. I seems
that org-cite has not been loaded yet when you tried to execute the
code.