[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bibliographies on export with ox-context and ox-epub
From: |
juh |
Subject: |
Re: Bibliographies on export with ox-context and ox-epub |
Date: |
Wed, 1 Dec 2021 15:44:48 +0100 |
Hi Nicolas,
thanks a lot.
basic works
Am Wed, Dec 01, 2021 at 02:42:10PM +0100 schrieb Nicolas Goaziou:
> If I change the second line to "#+cite_export: csl" instead, with the
> external Citeproc Emacs library properly loaded, I get:
>
> (org et al. 2021, 45)
>
> org et al. (2021, 45)
>
>
> org, mode, Citation Syntax, Mailing List, and Time Effort. 2021.
> “Elegant Citations with Org-Mode. J/o”urnal of Plain Text Formats/ 42
> (1).
> --8<---------------cut here---------------end--------------->8---
but with csl I get:
citeproc-style-parse: Opening input file: Datei oder Verzeichnis nicht
gefunden, /usr/share/emacs/27.1/etc/org/csl/chicago-author-date.csl
File or directory not found.
I tried to point
#+csl_style: ~/Projekte/csl.styles/chicago-author-date.csl
but there is no change in the error message.
juh