From mboxrd@z Thu Jan 1 00:00:00 1970 From: feng shu Subject: [Feature request] Add :export option to ox-bibtex.el Date: Thu, 11 Jul 2013 15:20:32 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6226d0cdc4cd04e1373adb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxBB5-0006UB-KV for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:20:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxBB4-0004wd-Dh for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:20:35 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:55384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxBB4-0004uN-63 for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:20:34 -0400 Received: by mail-we0-f176.google.com with SMTP id t56so6628084wes.35 for ; Thu, 11 Jul 2013 00:20:33 -0700 (PDT) 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 --047d7b6226d0cdc4cd04e1373adb Content-Type: text/plain; charset=UTF-8 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. So, is it possible use different bibtex styles when I export to html? For example: #+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html \bibliographystyle{customstyle} \bibliography{foo} or: #+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html #+BIBLIOGRAPHY: hbuuthesis customstyle limit:t option:-i export:latex --047d7b6226d0cdc4cd04e1373adb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
bibtex2html can't recognize the style file in cur= rent dir (=C2=A0 -s ./customstyle.bst ) and it can't
deal= with customize bib style file very well.

So, is it possi= ble use different bibtex styles when I export to html?

For example:

#+BIBLIOGRAPHY: hbuuthesis plain=C2=A0 limit:t=C2= =A0 option:-i export:html
\bibliographystyle{customstyle}
\bibliograp= hy{foo}

or:

#+BIBLIOGRAPHY: hbuuthesis plain=C2=A0 limit:t=C2=A0 option:-i export:html<= br> #+BIBLIOGRAPHY: hbuuthesis customstyle=C2=A0 limit:t=C2=A0 option:-i export= :latex
--047d7b6226d0cdc4cd04e1373adb--