> > > > Yes please. I am waiting for something that will export bibtex to > > html. With the old exporter, org-exp-bibtex used bibtex2html to > > achieve it. But nothing similar is possible with the new exporter. > > I attach a port of org-exp-bibtex.el (renamed ox-bibtex.el) for the new > export framework. Would you mind testing it?
A big thank you! Here is a quick comment. More to follow. If an org file, say temp.org, refers to a bibtex file called foo.bib, ox-bibtex creates two files: foo.html and foo_bib.html. I suggest that these be named foo_temp.html and foo_temp_bib.html. Since there may be multiple org files in a project linking to the same bibtex file, the present implementation would cause a problem. Vikas