How do I pass the bibtex2html option -nobibsource when publishing via ox-bibtex.el? I have added it directly to the ox-bibtex.el file by commentling out line 265 and adding my own:
;;'("-a" "-nodoc" "-noheader" "-nofooter")
'("-a" "-nodoc" "-noheader" "-nofooter" "-nobibsource")
I'm sure this isn't the right way to do it. I'm using org 8.3beta.