From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: How to never have the Footnote heading generated? Date: Sun, 22 Jun 2014 09:30:56 -0500 Message-ID: <87fvixkodb.fsf@fastmail.fm> References: <87oaxllmbu.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyinS-0005Wq-84 for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyinM-0007eE-Ur for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:31:06 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyinM-0007dx-Jc for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:31:00 -0400 In-Reply-To: (Grant Rettke's message of "Sun, 22 Jun 2014 09:11:34 -0500") 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" Grant Rettke writes: >> What I was aiming for was to have in-line footnotes that did have >> randomly generated IDs so that I one still may reference them. > Here is what I had intended: > > (setq org-footnote-define-inline +1) > (setq org-footnote-auto-label 'random) > (setq org-footnote-auto-adjust nil) Nice! I misunderstood the initial question. The above works fine for me as a way to insert inline footnotes with random labels. When I call org-footnote-action, I get the following. - Here is a footnote.[fn:5952d54e: A footnote] >> I misunderstood though, because the footnotes will still get defined >> in the Footnote section, too. Could you please explain what you mean here? The above settings do not create a footnote section when I call org-footnote-action or org-footnote-new. But you could use (setq org-footnote-section nil) to ensure that any footnote definitions (if they exist) will be placed in the same section as the footnote reference. Or do you mean the label for "Footnotes" in, say, html export? If so, I believe you can configure the variable org-html-footnotes-section. Best, Matt