On Sun, Nov 28, 2021 at 5:19 PM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > > Hello, > > "Bruce D'Arcus" <bdar...@gmail.com> writes: > > > Is there any reason not to autoload the processors? > > I am not sure about what you mean. Could you elaborate?
Primarily I am asking if there's a way to load the processor as needed without a user explicitly having to do so. I probably don't understand autoloading very well, but was thinking of something like this: ;;;###autoload (org-cite-register-processor 'oc-natbib ... Bruce