Skip to content

Citations are not rendered during export. #85

Description

@BirDt

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions