From: Carsten Dominik <dominik@science.uva.nl>
To: Matthew Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Footnotes and org-export, revisited
Date: Thu, 1 Jan 2009 18:10:51 +0100 [thread overview]
Message-ID: <5E498B46-C3D1-4BF6-AD0E-4F416CD72EE9@uva.nl> (raw)
In-Reply-To: <m2zlib55x3.fsf@fastmail.fm>
Hi Matt,
the bug is fixed now, thanks for the report.
Also, you can set org-footnote-section to nil
if you want non-inline footnotes to be defined
in the outline node where they are referenced, instead
of a special outline node "Footnotes".
- Carsten
On Jan 1, 2009, at 5:48 PM, Matthew Lundin wrote:
>
> Hi Carsten,
>
> First of all, let me say thank you for this wonderful addition to
> org-mode. I will certainly do more of my writing in org-mode now.
> Incredible!
>
> I've tested the new footnote feature and can get everything to work
> except anonymous footnotes. When using more than one anonymous
> footnote, all subsequent anonymous footnotes are exported with the
> number of the first footnote and their notes are lost. (The same
> happens when normalizing footnotes in org-mode.) I've included the
> source and output below. At the moment, I'm using Emacs 22.2.1 (Carbon
> Emacs).
>
> Happy New Year!
>
> - Matt
>
> -----------
>
> A. Here is the org source:
>
> --begin source--
>
> * Testing the new footnotes function
>
> Here is a footnote.[fn:: The first anonymous footnote.] And here is
> another footnote.[fn:: The second anonymous footnote.] And a third
> anonymous footnote.[fn:: The third anonymous footnote.] Now a footnote
> with a definition.[fn:label] Here is the footnote with a
> definition.[fn:special: Inline definition.] Here is a reference to
> that same footnote.[fn:special] And a traditional numbered
> footnote.[2]
>
> [fn:label] Named footnote.
>
> [2] Numbered footnote.
>
> --end source--
>
> B. Here's what the exported html looks like (copied from w3m):
>
> ---begin exported html---
>
> Table of Contents
>
> * 1 Testing the new footnotes function
>
> 1 Testing the new footnotes function
>
> Here is a footnote.^1 And here is another footnote.^1 And a third
> anonymous footnote.^1 Now a footnote with a definition.^2 Here is the
> footnote with a definition.^3 Here is a reference to that same
> footnote.^3 And a traditional numbered footnote.^4
>
> Footnotes:
>
> ^1 The first anonymous footnote.
>
> ^2 Named footnote.
>
> ^3 Inline definition.
>
> ^4 Numbered footnote.
>
> ---end exported html---
>
> C. Finally, here are the results when I normalize the footnotes in
> org-mode:
>
> * Testing the new footnotes function
>
> Here is a footnote.[1] And here is another footnote.[1] And a third
> anonymous footnote.[1] Now a footnote with a definition.[2] Here is
> the footnote with a definition.[3] Here is a reference to that same
> footnote.[3] And a traditional numbered footnote.[4]
>
> * Footnotes
>
> [1] The first anonymous footnote.
>
> [2] Named footnote.
>
> [3] Inline definition.
>
> [4] Numbered footnote.
>
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>> Hi,
>>
>> the result of this discussion about footnotes is now
>> in the latest git version, see
>>
>> http://orgmode.org/Changes.html#sec-1.1.1
>>
>> for more information.
>>
>> - Carsten
next prev parent reply other threads:[~2009-01-01 17:10 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-17 12:52 Footnotes and org-export, revisited Scot Becker
2008-12-17 13:28 ` Paul R
2008-12-17 13:31 ` Carsten Dominik
2008-12-17 15:29 ` Paul R
2008-12-17 15:59 ` Scot Becker
2008-12-17 20:54 ` Matthew Lundin
2008-12-17 22:23 ` Scot Becker
2008-12-17 16:08 ` Carsten Dominik
2008-12-17 16:32 ` Paul R
2008-12-17 16:58 ` Carsten Dominik
2008-12-17 17:25 ` Paul R
2008-12-17 17:18 ` Sivaram Neelakantan
2008-12-18 8:08 ` Carsten Dominik
2008-12-18 17:13 ` Sivaram Neelakantan
2008-12-18 10:34 ` Peter Frings
2008-12-18 10:55 ` Peter Frings
2008-12-17 14:04 ` Jörg Hagmann
2009-01-01 9:07 ` Carsten Dominik
2009-01-01 16:48 ` Matthew Lundin
2009-01-01 17:10 ` Carsten Dominik [this message]
2009-01-02 15:10 ` Matthew Lundin
2009-01-03 8:17 ` Carsten Dominik
2009-01-03 22:53 ` Matthew Lundin
2009-01-04 7:39 ` Carsten Dominik
2009-01-12 11:29 ` Scot Becker
2009-01-12 14:21 ` Paul R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5E498B46-C3D1-4BF6-AD0E-4F416CD72EE9@uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=mdl@imapmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.