From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Footnotes-per-element? Date: Fri, 27 Oct 2017 06:11:17 -0600 Message-ID: <87po984wpm.fsf@byu.edu> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83Tx-0008GZ-Ak for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e83Tu-0007DN-6j for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:11:25 -0400 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]:52894) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e83Tu-0007D5-25 for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:11:22 -0400 Received: by mail-io0-x234.google.com with SMTP id f20so12218439ioj.9 for ; Fri, 27 Oct 2017 05:11:21 -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" To: orgmode list I have a single org file that represents a collection of articles; each article starts with a first-level heading and includes its own footnotes, always restarting from 0. I have a ** Footnotes section in each article with the appropriate footnotes, but it isn't respected when I follow one of the footnote references; following [fn:3] in the any article, for example, will take me to [fn:3] of the first article's footnotes. What's the best way around this, so that each article will use its own footnotes section? Thanks in advance, - Tory