bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56475: 28.1.50; bibtex-parse-entry disregards @string substitutions


From: Ihor Radchenko
Subject: bug#56475: 28.1.50; bibtex-parse-entry disregards @string substitutions
Date: Tue, 12 Jul 2022 10:32:41 +0800

Roland Winkler <winkler@gnu.org> writes:

> If I understand your issue correctly you probably want to let-bind the
> user variable bibtex-expand-strings while calling bibtex-parse-entry so
> that your code works irrespective of what users have chosen for
> bibtex-expand-strings.

Thanks for the pointer!
I tried my reproducer by running
M-: (let ((bibtex-expand-strings t)) (bibtex-parse-entry))
instead of
M-: (bibtex-parse-entry)

Unfortunately, the journal field is still not substituted.

Best,
Ihor





reply via email to

[Prev in Thread] Current Thread [Next in Thread]