From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-html: subtree specific footnote references Date: Tue, 10 Jul 2012 09:18:52 +0530 Message-ID: <818vess2cb.fsf@gmail.com> References: <87txxjuysd.fsf@chaos.shergill.su> <87zk7b72dj.fsf@chaos.shergill.su> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoRRi-0000Fg-I8 for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 23:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoRRg-0003Qb-Td for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 23:49:06 -0400 Received: from mail-gh0-f169.google.com ([209.85.160.169]:48915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoRRg-0003QR-MA for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 23:49:04 -0400 Received: by ghrr18 with SMTP id r18so12523557ghr.0 for ; Mon, 09 Jul 2012 20:49:02 -0700 (PDT) In-Reply-To: <87zk7b72dj.fsf@chaos.shergill.su> (Suhail Shergill's message of "Sat, 07 Jul 2012 20:16:56 +0000") 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: Suhail Shergill Cc: Org mode >> running org-export-as-html on a subtree is currently problematic if >> the result is to be merged into a document which contains html-ized >> versions of other subtrees: the footnote references and definitions >> get clobbered. Do the subtrees come from the same org file? Won't it look odd and confusing to a reader, when there are two different footnote definitions with the same number. Confusion is like to be pronounced, if the reader chooses to also print out the document as a pdf or into paper. --