Dear all,
On 01.12.21 16:06, Nicolas Goaziou wrote:
You can also shorten this with `org-cite-csl-styles-dir' variable. E.g.,
if _all_ your style files are located in "~/Projekte/csl.styles/", you
could use:
(setq org-cite-csl-styles-dir "~/Projekte/csl.styles/")
Finally citations are working for me.
The last step was to make a symlink.
sudo ln -s /usr/share/citation-style-language/locales
/usr/share/emacs/27.1/etc/org/csl
Maybe this is a debian problem.
Citations in this format now works.
[cite: @bibtex_key S. 63]
I define the style in the preamble:
#+cite_export: csl /home/juh/csl.styles-distribution/kritische-ausgabe.csl
What I can't do is to insert a citation because org-cite-insert runs
forever and org-ref-cite-insert-helm inserts this:
[[cite:&name_key_1984]]
which does not render.
But at least I now have it working kind of.
Thanks to all you helped me.
juh