From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: One more question on bibliographies in Org Date: Sat, 22 Jun 2013 19:11:38 -0700 Message-ID: <87y5a1inj9.fsf@berkeley.edu> References: <8738s9k3gy.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqZmx-0005QO-Ss for emacs-orgmode@gnu.org; Sat, 22 Jun 2013 22:12:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UqZmw-0004j7-RY for emacs-orgmode@gnu.org; Sat, 22 Jun 2013 22:12:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:42305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqZmw-0004j3-Kc for emacs-orgmode@gnu.org; Sat, 22 Jun 2013 22:12:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UqZmv-0007MO-UD for emacs-orgmode@gnu.org; Sun, 23 Jun 2013 04:12:21 +0200 Received: from c-50-161-39-52.hsd1.ca.comcast.net ([50.161.39.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Jun 2013 04:12:21 +0200 Received: from richard.lawrence by c-50-161-39-52.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Jun 2013 04:12:21 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Richard Lawrence writes: > I imagine it would be easy enough to modify org-bibtex to also provide > an export bibliographic data to some HTML-friendly format. Actually, it looks like the (relatively new) contrib/lisp/ox-bibtex.el does basically this, by running a .bib file through bibtex2html. Best, Richard