Update 2:
This also happens with
#+cite_export: csl
Maybe this is useful for tracking this down.
Denis
Am 08.09.2021 um 16:30 schrieb Denis Maier:
Ok, it looks like this also happens with:
.[cite:@doe]
=> . \autocite{doe}
Is that on purpose?
Denis
Am 08.09.2021 um 15:25 schrieb Denis Maie
Ok, it looks like this also happens with:
.[cite:@doe]
=> . \autocite{doe}
Is that on purpose?
Denis
Am 08.09.2021 um 15:25 schrieb Denis Maier:
Hi,
Elias and I have run into an potential bug in oc-biblatex:
==
#+cite_export: biblatex authoryear
[cite:@do
I think this is a bug in jupyter-org-client.el in this function:
(defun jupyter-org--add-result (req result)
(cond
((jupyter-org-request-silent-p req)
(unless (equal (jupyter-org-request-silent-p req) "none")
(message "%s" (org-element-interpret-data result
((jupyter-org-requ
Hi,
I think the suffix parsing in oc-biblatex could be improved. Consider
this example:
#+cite_export: biblatex authoryear
[cite:@doe 4]
[cite:@doe 4, with some more text]
=
This gives us
==
Hi,
Elias and I have run into an potential bug in oc-biblatex:
==
#+cite_export: biblatex authoryear
[cite:@doe] => ok
([cite:@doe]) => this generates a space between the opening parentheses
and the citation.
==
Result: