From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports Date: Thu, 05 Mar 2009 13:32:58 +0100 Message-ID: <86r61cdu9x.fsf@portan.ibr.cs.tu-bs.de> References: <20090222120546.GA21017@taruti.net> <20090301105755.GA24562@taruti.net> <41c818190903020840t43061242p40791884786be1ab@mail.gmail.com> <20090303063345.GA23455@taruti.net> <41c818190903041508g64ee29e7q2c0722fd7ec24ea3@mail.gmail.com> <85347325-306D-4E9D-B310-18515013E090@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfClK-0006ge-5T for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 07:33:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfClH-0006gP-Ue for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 07:33:17 -0500 Received: from [199.232.76.173] (port=54810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfClH-0006gL-LI for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 07:33:15 -0500 Received: from main.gmane.org ([80.91.229.2]:49822 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfClH-0007nw-8m for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 07:33:15 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LfClC-0001LH-V4 for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 12:33:11 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 12:33:10 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 12:33:10 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik wrote: > In fact, implementing alphabetic sorting for names that actually > will work is pretty much a nightmare :-) There is a switch (-a) in bibtex2html that sorts the entries as bibtex would sort them. Cheers, Chris