emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
To: emacs-orgmode@gnu.org
Subject: HTML Export - Footnotes inconcistency
Date: Fri, 28 Sep 2018 14:39:06 +0200	[thread overview]
Message-ID: <87k1n5ssnp.fsf@mpaulmier.home> (raw)

Hello,

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:

--8<---------------cut here---------------start------------->8---
#+TITLE: Testing footnotes
#+LANGUAGE: en

Testing[fn::test1] footnotes[fn:2]

[fn:2] test2
--8<---------------cut here---------------end--------------->8---

Exports to this :

--8<---------------cut here---------------start------------->8---
<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>
--8<---------------cut here---------------end--------------->8---

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?

Reagards.
-- 
Matthias Paulmier

             reply	other threads:[~2018-09-28 12:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-28 12:39 Matthias Paulmier [this message]
2018-10-01 17:39 ` HTML Export - Footnotes inconcistency Nicolas Goaziou
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=87k1n5ssnp.fsf@mpaulmier.home \
    --to=matthias.paulmier@etu.u-bordeaux.fr \
    --cc=emacs-orgmode@gnu.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 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).