weblorg icon indicating copy to clipboard operation
weblorg copied to clipboard

Citations are not rendered during export.

Open BirDt opened this issue 5 months ago • 0 comments

If I have an org file with the following content:

bibliography: bibliography/foo.bib

Some text [cite:@bar]. 

#+print_bibliography:

And a bibtex file at bibliography/foo.bib like so:

@misc{bar,
	author = {someone},
	title = {something},
	howpublished = {somewhere},
	year = {2025},
}

Then I can export this file as HTML through the default org mode export, and see the references and bibliography rendered correctly.

However when I export this file using Weblorg, it does not render the references, only showing [cite:@bar] as plaintext. Is it possible to render the references properly with some workaround?

BirDt avatar Jul 01 '25 07:07 BirDt