Dear All,

On Thu, 9 Dec 2021 at 10:54, Xianwen Chen (陈贤文) <xianwen.c...@gmail.com> wrote:

> Thinking about the new org-cite, which is orgmode's native citation solution, 
> I'm wondering if it would be easier to use org-cite within orgmode and export 
> to ODT? A small example with configuration suggestion will be highly 
> appreciated!
>
> Xianwen

org-cite contains two citation export processors which are able to
export citations to ODT: oc-basic and oc-csl. A minimal example using
oc-csl could be along the following lines:

------------[ cut here ]------------
#+bibliography: /path/to/my.bib
#+cite_export: csl

[cite:@smith1998]

* References
#+print_bibliography:
------------[ cut here ]------------

details can be found in the Org manual
(https://orgmode.org/manual/Citation-handling.html#Citation-handling).

best wishes,
András

Reply via email to