Search code examples
emacsorg-mode

Exporting from org-mode to HTML: how to include reference using bibtex


I use org-mode to write posts, and sometimes I want to include reference in the post using my general .bib file with all my references. I know how to export to latex, but when I try to export the same file to html, the reference does not appear in the page. How do I do that?


Solution

  • I use org-ref for this: https://github.com/jkitchin/org-ref It defines cite and bibliography links that export to LaTeX, and with decent HTML export.

    (update: fixed link)