Re: Spurious spaces with oc-biblatex

2021-10-03 Thread Nicolas Goaziou
Hello,

Denis Maier  writes:

> 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:
>
> 
> \autocite{doe}
>
> ( \autocite{doe}) => this generates a space between the opening
> parentheses and the citation.
> =

Fixed.

Thank you.

Regards,
-- 
Nicolas Goaziou



Re: Spurious spaces with oc-biblatex

2021-09-29 Thread Denis Maier




Am 25.09.2021 um 16:48 schrieb Bastien:

Hi Denis,

Denis Maier  writes:


Bump.

Can you propose a patch for this?

I would have already done if I knew how to do this.
That's maybe a nice elisp exercise so I'll have look, but I fear that's 
way beyond my capabilities, and probably something Nicolas might want to 
have a look at.




Also see
https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer
where we ask contributors to wait at least one month before bumping a
thread (thanks!)
Oh, didn't know that. Sorry. (Other lists have a "wait one week before 
bumping"-policy, and I assumed that to be the case here as well...)


Denis




Re: Spurious spaces with oc-biblatex

2021-09-25 Thread Bastien
Hi Denis,

Denis Maier  writes:

> Bump.

Can you propose a patch for this?

Also see
https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer
where we ask contributors to wait at least one month before bumping a
thread (thanks!)



Re: Spurious spaces with oc-biblatex

2021-09-20 Thread Denis Maier

Bump.


Am 08.09.2021 um 16:36 schrieb 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 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:


\autocite{doe}

( \autocite{doe}) => this generates a space between the opening 
parentheses and the citation.

=

Best,
Denis













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 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:


\autocite{doe}

( \autocite{doe}) => this generates a space between the opening 
parentheses and the citation.

=

Best,
Denis










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:@doe] => ok

([cite:@doe]) => this generates a space between the opening parentheses 
and the citation.

==

Result:


\autocite{doe}

( \autocite{doe}) => this generates a space between the opening 
parentheses and the citation.

=

Best,
Denis







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:


\autocite{doe}

( \autocite{doe}) => this generates a space between the opening 
parentheses and the citation.

=

Best,
Denis