emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Matthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: HTML Export - Footnotes inconcistency
Date: Mon, 01 Oct 2018 19:39:00 +0200	[thread overview]
Message-ID: <8736tpzhvv.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87k1n5ssnp.fsf@mpaulmier.home> (Matthias Paulmier's message of "Fri, 28 Sep 2018 14:39:06 +0200")

Hello,

Matthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr> writes:

> I came across this problem today (or maybe it is intended but I couldn't
> find any explanation in the docs). There is an inconsistency on how
> inline/anonymous and named footnotes are exported in HTML. For example,
> with the following source:
>
> #+TITLE: Testing footnotes
> #+LANGUAGE: en
>
> Testing[fn::test1] footnotes[fn:2]
>
> [fn:2] test2
>
>
> Exports to this :
>
> <h2 class="footnotes">Footnotes: </h2>
> <div id="text-footnotes">
>
> <div class="footdef"><sup><a id="fn.1" class="footnum"
> href="#fnr.1">1</a></sup> <div class="footpara">test1</div></div>
>
> <div class="footdef"><sup><a id="fn.2" class="footnum"
> href="#fnr.2">2</a></sup> <div class="footpara"><p class="footpara">
> test2 </p></div></div>
>
> We can see here that the named footnote creates a paragraph of the same
> class as the parent container "footpara" whereas the inlined one doesn't
> create this.  If this is intended, why?  If not, which is the intended
> one?

This is intended, in a way, since the inline footnote is not a paragraph
by itself. It is contained within a paragraph. This explains why you
cannot have blank lines within an inline footnote. 

OTOH, a footnote definition can contain multiple paragraphs.

I don't know if that's a good thing, but these differences at the Org
level are translated into the HTML output.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2018-10-01 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-28 12:39 HTML Export - Footnotes inconcistency Matthias Paulmier
2018-10-01 17:39 ` Nicolas Goaziou [this message]
2018-10-01 19:06   ` Matthias Paulmier
2018-10-03 13:38     ` Nicolas Goaziou

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736tpzhvv.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=matthias.paulmier@etu.u-bordeaux.fr \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).