From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Renaming the thread: orgmode-bibtex/html-export issues Date: Sat, 10 Nov 2012 06:32:23 +0900 Message-ID: <20121109213223.GA11463@panahar> References: <20121106164332.GC20216@kuru.dyndns-at-home.com> <20121106210950.GA31782@panahar> <87bofaxw46.fsf@gmail.com> <20121107025721.GA12038@panahar> <87a9uujds2.fsf@yagnesh.org> <5760.1352261416@alphaville> <20121107090243.GA26102@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWwBj-0007ak-79 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 16:32:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWwBh-0003PZ-G9 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 16:32:31 -0500 Received: from mail-da0-f41.google.com ([209.85.210.41]:38834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWwBh-0003PK-7Y for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 16:32:29 -0500 Received: by mail-da0-f41.google.com with SMTP id i14so1940029dad.0 for ; Fri, 09 Nov 2012 13:32:27 -0800 (PST) Content-Disposition: inline In-Reply-To: <20121107090243.GA26102@panahar> 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 > I would like some pages to have a bibliography of works relevant to > the subject area. I need the kind of thing that is done using > \nocite(key) in bibtex. \nocite is useful when one is building a > standalone bibliography that is not accompanying any text where these > works are cited. > > Now that I have org-exp-bibtex.el working, I find that it does not > support \nocite{key}. You have to use \cite{key}. I am able to produce this effect by putting all citations -- \cite{key} -- in a separate headline that is commented. So I have something like this: * COMMENT Citations \cite{key1} \ccite{key2} There are, however, two further problems. org-exp-bibtex messes up the Table of Contents. It produces some garbled html code when there is a Table of Contents. So I have to turn off the table of contents. Has anyone else faced this? I also do not like the fact that it inserts, at the bottom of every page, a footer saying "This file was generated by bibtext2html..". Any ideas about how to get rid of that? Vikas