weblorg
weblorg copied to clipboard
Citations are not rendered during export.
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?