Re: Spurious spaces with oc-biblatex

2021-09-08 Thread Denis Maier
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

Re: Spurious spaces with oc-biblatex

2021-09-08 Thread 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 Maier: Hi, Elias and I have run into an potential bug in oc-biblatex: == #+cite_export: biblatex authoryear [cite:@do

Re: emacs-jupyter does not send result form babel block

2021-09-08 Thread John Kitchin
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

Suggestions for improved suffix parsing in oc-biblatex

2021-09-08 Thread Denis Maier
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 ==

Spurious spaces with oc-biblatex

2021-09-08 Thread Denis Maier
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: