Hello, I am exporting an org document to html with references. The setup with ox-bibtex I have works well to produce the references with a cite link. However, the in-text citations have a square bracket around the reference link and only the first author's last name. I am not able to use other in-text citation formats such as parencite or natbib citep:key. Is there a way to add that to the org file to produce the html output with the formatted in-text citation? From the looks of it, no with the the ox-bibtex package. http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/ox-bibtex.el;hb=HEAD I was about to embark on creating something like this http://kitchingroup.cheme.cmu.edu/blog/category/org-mode/ to pre or post process the exported html, but wanted to check if there looks to be an easier way to achieve the same result.. Perhaps exporting it to latex and then use http://tug.org/applications/tex4ht/mn.html was also suggested in another post for something similar( https://lists.gnu.org/archive/html/emacs-orgmode/2009-02/msg00337.html ), but that was not working yet. —begin org text— * Some very interesting latin text to start Lorem ipsum cite:northrup2007 dolor sit amet, an cum laoreet noluisse, cum mucius indoctum te. Sea laudem scripta tamquam ex, et nam eirmod aeterno tamquam, ex usu nobis essent. Sea ea possim aperiam dissentias, est ei unum minim. Ullum iudico officiis id pri #+BIBLIOGRAPHY: references.bib apalike limit:t option:--no-abstract —-end org text — Produces html output —begin html output—-

Some very interesting latin text to start

Lorem ipsum [Northrup] dolor sit amet, an cum laoreet noluisse, cum mucius indoctum te. Sea laudem scripta tamquam ex, et nam eirmod aeterno tamquam, ex usu nobis essent. Sea ea possim aperiam dissentias, est ei unum minim. Ullum iudico officiis id pri

References

[Northrup and Bean, 2007] Northrup, J. C. and Bean, R. A. (2007). Culturally competent family therapy with latino/anglo-american adolescents: Facilitating identity formation. American Journal of Family Therapy, 35(3):251 -- 263. [ bib ]
—end html- output —- —begin what I want— Northrup] —-end what I want— other links http://merkel.zoneo.net/Latex/natbib.php