"Bruce D'Arcus" <[email protected]> writes:

> Could someone with some expertise in this area recommend how I do the 
> following?
>
> Load org-cite and it's associated packages (oc-basic, oc-natbib,
> etc.), and set some associated variables, if org-cite is available.

It should be default behaviour:

(use-package oc
;; The code inside will be executed only and only if the `oc' feature is
;; available.
;; To be 100% sure you can use
;; :ensure nil
...
)

See https://github.com/jwiegley/use-package#package-installation for
more details.

Best,
Ihor

Reply via email to