emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Unknown processor biblatex"


From: Bruce D'Arcus
Subject: Re: "Unknown processor biblatex"
Date: Sun, 3 Oct 2021 17:09:34 -0400

On Sun, Oct 3, 2021 at 4:57 PM autofrettage <autofrettage@protonmail.ch> wrote:
>
> Hi all,
>
> I have really seen forward to the release of org mode 9.5 with
> its new and shiny support for citations. The initial frenzy of
> experimentation has lead to mixed results.
>
> Right now I am trying to use the biblatex processor, but I only
> get "Unknown processor biblatex". How is that even possible, when
> that should be one of the processors provided by org mode 9.5?
>
> Are there more packages, like citeproc.el, on which org-cite
> depends, and I have to install manually? Is there some mandatory
> set-up I have failed to notice?
>
> I have tried to read
> https://blog.tecosaur.com/tmio/2021-07-31-citations.html
> and the manual page for the citations, but I am at my wits' end
> now.
>
> Any pointer would be appreciated.

You have to load oc-biblatex, say using use-package, and also set
org-cite-export-processors, like:

(setq org-cite-export-processors
'((latex biblatex)
(t csl)))

Note the thread I posted a day or two ago requesting feedback on what
to add to the manual. We know it needs work.

Bruce



reply via email to

[Prev in Thread] Current Thread [Next in Thread]