Hi, For the simple example below, is there a better way to include the bibliography, so that if the document is exported to HTML, the LaTeX code isn't included? ------------------------------------------------------------------------ #+TITLE: #+AUTHOR: #+LaTeX_HEADER: \usepackage{natbib} The moon in June is like a big ballon \citep{self1987asymptotic}. \bibliographystyle{abbrvnat} \bibliography{/home/jrm/scm/references.git/refs} ------------------------------------------------------------------------ I've seen documentation and examples using ox-bibtex, but those don't seem to apply any longer with newer versions or org-mode. I'm running 8.3.4 in Emacs 25.0.94.1 (5th pretest for version 25.1). Regards, Joseph