emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to never have the Footnote heading generated?


From: Matt Lundin
Subject: Re: [O] How to never have the Footnote heading generated?
Date: Sun, 22 Jun 2014 09:30:56 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (gnu/linux)

Grant Rettke <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]