On Wed, May 11, 2022 at 6:43 AM Andreas Leha <andreas.l...@med.uni-goettingen.de> wrote: > > "Bruce D'Arcus" <bdar...@gmail.com> writes: > > > On Tue, May 10, 2022, 11:20 PM Andreas Leha > > <andreas.l...@med.uni-goettingen.de> wrote: > >> > >> Hi all, > >> > >> how can I use the (rather) new citation engine with the biblatex backend > >> to export to \fullcite ? > > > > We should add a style for this that maps to biblatex fullcite and > > natbib bibentry, and which ultimately would work as well in oc-csl. > > > > But in the meantime, you can create a custom one. > > > > (add-to-list ’org-cite-biblatex-styles ’(“full” nil “fullcite” nil nil)) > > > > Dear Bruce and Dominik, > > Thanks for the swift reply! I seem to be missing something: > > Debugger entered--Lisp error: (void-variable org-cite-biblatex-styles) > > What am I missing?
That variable was added more recently, after org-cite was merged. Perhaps you have an older version? Bruce