From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Feature request] Add :export option to ox-bibtex.el Date: Mon, 2 Sep 2013 10:17:49 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPKi-0006bT-6A for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 04:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGPKZ-0002Wy-P0 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 04:18:00 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:58439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPKZ-0002Vt-J4 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 04:17:51 -0400 Received: by mail-we0-f181.google.com with SMTP id q57so3532281wes.12 for ; Mon, 02 Sep 2013 01:17:50 -0700 (PDT) In-Reply-To: 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: Feng Shu Cc: emacs-orgmode@gnu.org Hi everyone, I have not followed the bibtex discussion in the last year or two. Is = there anyone who knows the latest status and who can answer this = question by Feng Shu? Thank you very much. - Carsten On Jul 11, 2013, at 9:20 AM, Feng Shu wrote: > bibtex2html can't recognize the style file in current dir ( -s = ./customstyle.bst ) and it can't > deal with customize bib style file very well. >=20 > So, is it possible use different bibtex styles when I export to html? >=20 > For example: >=20 > #+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html > \bibliographystyle{customstyle} > \bibliography{foo} >=20 > or: >=20 > #+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html > #+BIBLIOGRAPHY: hbuuthesis customstyle limit:t option:-i = export:latex