Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings generated for all citations #13

Open
adunning opened this issue Jul 6, 2024 · 2 comments
Open

Warnings generated for all citations #13

adunning opened this issue Jul 6, 2024 · 2 comments

Comments

@adunning
Copy link

adunning commented Jul 6, 2024

Thanks for your wonderful work on this filter. When I run it with pandoc 3.2.1, I receive warnings on all citations whether or not they render correctly. For example, running on the base directory of this repository:

$ pandoc test/input.md --lua-filter=multibib.lua

[WARNING] Citeproc: citation Bae not found
[WARNING] Citeproc: citation Knu86 not found
[WARNING] Citeproc: citation Bel not found
[WARNING] Citeproc: citation Nie72 not found
@tarleb tarleb closed this as completed in 192941b Jul 7, 2024
@adunning
Copy link
Author

adunning commented Jul 7, 2024

Thank you looking at this! The only difficulty is that this change also silences warnings for legitimately missing citations. I've realized that your earlier https://github.com/pandoc/lua-filters/tree/master/multiple-bibliographies actually works properly in this respect, but I haven't quite sorted out what it is doing differently.

@tarleb tarleb reopened this Jul 7, 2024
@tarleb
Copy link
Member

tarleb commented Jul 7, 2024

Oh, that's not good, then. I'll need to take a closer look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants