emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [oc] multiple cite_export keywords for multiple export processors?


From: Ihor Radchenko
Subject: Re: [oc] multiple cite_export keywords for multiple export processors?
Date: Thu, 12 May 2022 18:08:06 +0800

"Bruce D'Arcus" <bdarcus@gmail.com> writes:

> OIC; that's the part I was missing.
>
> So something like this?
>
> #+bind: org-cite-export-processors ((latex biblatex "verbose"))
>
> It doesn't seem to work though. Is there something wrong with my syntax?

Seems to be alright (except that "verbose" is ignored by oc-biblatex).

Note that you need org-export-allow-bind-keywords to be set to t.
Otherwise, #+bind keywords are ignored.

I tried the following .org file:

#+bind: org-cite-export-processors ((latex biblatex "verbose"))
#+bibliography: /home/yantar92/Git/Books/References.bib

[cite:@brovzek2009soldering]

Best,
Ihor



reply via email to

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